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

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: 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
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
darin (slow to review) 2012/05/22 05:23:06 Oops, thanks for updating this comment.
+ // throttles.
virtual void RequestBeginning(
net::URLRequest* request,
ResourceContext* resource_context,

Powered by Google App Engine
This is Rietveld 408576698