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

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

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.cc
diff --git a/chrome/browser/android/download/mock_download_controller.cc b/chrome/browser/android/download/mock_download_controller.cc
index 9345b017caca832aabafde0c2041cb08cedf6f5c..85b680a362f9b471af07d64af3dd71c46b4f2e7d 100644
--- a/chrome/browser/android/download/mock_download_controller.cc
+++ b/chrome/browser/android/download/mock_download_controller.cc
@@ -18,7 +18,7 @@ MockDownloadController::MockDownloadController()
MockDownloadController::~MockDownloadController() {}
void MockDownloadController::CreateGETDownload(
- int render_process_id, int render_view_id,
+ const content::ResourceRequestInfo::WebContentsGetter& wc_getter,
bool must_download, const DownloadInfo& info) {
}

Powered by Google App Engine
This is Rietveld 408576698