commit | cbbd7543f9713f37effea6b6849bce3f4e83c9b4 | [log] [tgz] |
---|---|---|
author | Chong Zhang <[email protected]> | Fri Mar 09 18:32:14 2018 |
committer | Commit Bot <[email protected]> | Fri Mar 09 18:32:14 2018 |
tree | 4c3044afcd24ec5912b8fdaba3f8619ff249caea | |
parent | 1f0de4545d9926e1e50a62ccfdf448d867a7f7ea [diff] |
NetworkService: Fix 7 DevToolsDownloadContentTest cases This CL: 1. Replaced |URLRequestInterceptor| usages with |embedded_test_server()| as the former is not supported in NetworkService. 2. Introduced |DownloadManager::Observer::OnDownloadDropped()| which is called when the download manager intercepted a download navigation but didn't create a download item. 3. Removed the following test cases from the filter: -DevToolsDownloadContentTest.MultiDownload -DevToolsDownloadContentTest.DefaultDownload -DevToolsDownloadContentTest.ResetDownloadState -DevToolsDownloadContentTest.DownloadCancelled -DevToolsDownloadContentTest.DeniedDownload -DevToolsDownloadContentTest.DefaultDownloadHeadless -DevToolsDownloadContentTest.SingleDownload Bug: 729848 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I9da96982ea8b5d0b4848f438a1f3a5bd8418dd72 Reviewed-on: https://chromium-review.googlesource.com/956560 Reviewed-by: Min Qin <[email protected]> Reviewed-by: John Abd-El-Malek <[email protected]> Commit-Queue: Chong Zhang <[email protected]> Cr-Commit-Position: refs/heads/master@{#542173}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .