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

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

Issue 10414035: Move TransferNavigationResourceThrottle to content since that's where it belongs. This is a step in… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 8 years, 7 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_dispatcher_host.h ('k') | content/shell/shell_content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/resource_dispatcher_host_delegate.h
===================================================================
--- content/public/browser/resource_dispatcher_host_delegate.h (revision 138143)
+++ content/public/browser/resource_dispatcher_host_delegate.h (working copy)
@@ -47,10 +47,8 @@
ResourceContext* resource_context,
const Referrer& referrer);
- // Called after ShouldBeginRequest when all the resource handlers from the
- // content layer have been added. To add new handlers to the front, return
- // a new handler that is chained to the given one, otherwise just reutrn the
- // given handler.
+ // Called after ShouldBeginRequest to allow the embedder to add resource
+ // throttles.
virtual void RequestBeginning(
net::URLRequest* request,
ResourceContext* resource_context,
« no previous file with comments | « content/public/browser/resource_dispatcher_host.h ('k') | content/shell/shell_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698