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, |