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

Unified Diff: chrome/browser/favicon/content_favicon_driver_browsertest.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/favicon/content_favicon_driver_browsertest.cc
diff --git a/chrome/browser/favicon/content_favicon_driver_browsertest.cc b/chrome/browser/favicon/content_favicon_driver_browsertest.cc
index 44bb338c1b45844e971fa0119f357539b45c879f..a8606266be15a83eb9f1f89eae4d50d763e13083 100644
--- a/chrome/browser/favicon/content_favicon_driver_browsertest.cc
+++ b/chrome/browser/favicon/content_favicon_driver_browsertest.cc
@@ -74,15 +74,6 @@ class TestResourceDispatcherHostDelegate
}
}
- void DownloadStarting(
- net::URLRequest* request,
- content::ResourceContext* resource_context,
- int child_id,
- int route_id,
- bool is_content_initiated,
- bool must_download,
- ScopedVector<content::ResourceThrottle>* throttles) override {}
-
private:
GURL url_;
bool was_requested_;
« no previous file with comments | « chrome/browser/chrome_notification_types.h ('k') | chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698