Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4777)

Unified Diff: chrome/browser/android/download/mock_download_controller.h

Issue 2334603002: Fix SSLUITest.TestBadHTTPSDownload with PlzNavigate. (Closed)
Patch Set: fix android temporarily Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/android/download/mock_download_controller.h
diff --git a/chrome/browser/android/download/mock_download_controller.h b/chrome/browser/android/download/mock_download_controller.h
index 7c4b2d6ec26e836491889b746b7a977ad7bfef39..776edce1e3f003cfe9ba44427f03871c7def0370 100644
--- a/chrome/browser/android/download/mock_download_controller.h
+++ b/chrome/browser/android/download/mock_download_controller.h
@@ -25,9 +25,10 @@ class MockDownloadController : public DownloadControllerBase {
~MockDownloadController() override;
// DownloadControllerBase implementation.
- void CreateGETDownload(int render_process_id, int render_view_id,
- bool mustDownload,
- const DownloadInfo& info) override;
+ void CreateGETDownload(
+ const content::ResourceRequestInfo::WebContentsGetter& wc_getter,
+ bool must_download,
+ const DownloadInfo& info) override;
void OnDownloadStarted(content::DownloadItem* download_item) override;
void StartContextMenuDownload(
const content::ContextMenuParams& params,

Powered by Google App Engine
This is Rietveld 408576698