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

Unified Diff: chrome/browser/loader/safe_browsing_resource_throttle.h

Issue 2535723005: Stop using ResourceController in ResourceThrottle (Closed)
Patch Set: Addressed #62 Created 4 years 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/loader/safe_browsing_resource_throttle.h
diff --git a/chrome/browser/loader/safe_browsing_resource_throttle.h b/chrome/browser/loader/safe_browsing_resource_throttle.h
index 2941a6be45c2364ac20f14267d809e9b0920f72d..8a821412ed244b1b57b1b37f803a83bde5056262 100644
--- a/chrome/browser/loader/safe_browsing_resource_throttle.h
+++ b/chrome/browser/loader/safe_browsing_resource_throttle.h
@@ -134,10 +134,6 @@ class SafeBrowsingResourceThrottle
scoped_refptr<safe_browsing::SafeBrowsingUIManager> ui_manager,
const security_interstitials::UnsafeResource& resource);
- // Called on the IO thread if the request turned out to be for a prerendered
- // page.
- void Cancel();
-
// Resumes the request, by continuing the deferred action (either starting the
// request, or following a redirect).
void ResumeRequest();

Powered by Google App Engine
This is Rietveld 408576698