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

Unified Diff: content/public/browser/resource_dispatcher_host.h

Issue 9836066: Have content cancel requests for ResourceContexts when they shutdown, instead of depending on the e… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « content/public/browser/resource_context.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/resource_dispatcher_host.h
===================================================================
--- content/public/browser/resource_dispatcher_host.h (revision 128565)
+++ content/public/browser/resource_dispatcher_host.h (working copy)
@@ -34,11 +34,6 @@
// dialog boxes.
virtual void SetAllowCrossOriginAuthPrompt(bool value) = 0;
- // Force cancels any pending requests for the given |context|. This is
- // necessary to ensure that before |context| goes away, all requests
- // for it are dead.
- virtual void CancelRequestsForContext(ResourceContext* context) = 0;
-
// Initiates a download by explicit request of the renderer, e.g. due to
// alt-clicking a link. If the download is started, |started_callback| will
// be called on the UI thread with the DownloadId; otherwise an error code
« no previous file with comments | « content/public/browser/resource_context.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698