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

Unified Diff: content/browser/loader/mojo_async_resource_handler_unittest.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: content/browser/loader/mojo_async_resource_handler_unittest.cc
diff --git a/content/browser/loader/mojo_async_resource_handler_unittest.cc b/content/browser/loader/mojo_async_resource_handler_unittest.cc
index ffca6d44b45becc8e0828755e099c73220a0b90d..d20c649988460383ad9184a7bf135cddf6203eb6 100644
--- a/content/browser/loader/mojo_async_resource_handler_unittest.cc
+++ b/content/browser/loader/mojo_async_resource_handler_unittest.cc
@@ -82,8 +82,6 @@ class TestResourceDispatcherHostDelegate final
void DownloadStarting(net::URLRequest* request,
ResourceContext* resource_context,
- int child_id,
- int route_id,
bool is_content_initiated,
bool must_download,
ScopedVector<ResourceThrottle>* throttles) override {

Powered by Google App Engine
This is Rietveld 408576698