summaryrefslogtreecommitdiffstats
path: root/content/public/browser/resource_dispatcher_host_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/resource_dispatcher_host_delegate.h')
-rw-r--r--content/public/browser/resource_dispatcher_host_delegate.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/content/public/browser/resource_dispatcher_host_delegate.h b/content/public/browser/resource_dispatcher_host_delegate.h
index 19cd6cf..d23c0da 100644
--- a/content/public/browser/resource_dispatcher_host_delegate.h
+++ b/content/public/browser/resource_dispatcher_host_delegate.h
@@ -47,10 +47,8 @@ class CONTENT_EXPORT ResourceDispatcherHostDelegate {
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,