Index: content/public/browser/resource_dispatcher_host.h |
diff --git a/content/public/browser/resource_dispatcher_host.h b/content/public/browser/resource_dispatcher_host.h |
index 6259b238e26da15b596fc4c8656249cacddd8d85..55b4b90ce83ec66fb8f95e17f4c91e9998bf4fba 100644 |
--- a/content/public/browser/resource_dispatcher_host.h |
+++ b/content/public/browser/resource_dispatcher_host.h |
@@ -67,10 +67,10 @@ class CONTENT_EXPORT ResourceDispatcherHost { |
// Causes all new requests for the route identified by |child_id| and |
// |route_id| to be blocked (not being started) until |
// ResumeBlockedRequestsForRoute is called. |
- virtual void BlockRequestsForRoute(int child_id, int route_id) = 0; |
+ virtual void BlockRequestsForFrame(int child_id, int route_id) = 0; |
// Resumes any blocked request for the specified route id. |
- virtual void ResumeBlockedRequestsForRoute(int child_id, int route_id) = 0; |
+ virtual void ResumeBlockedRequestsForFrame(int child_id, int route_id) = 0; |
protected: |
virtual ~ResourceDispatcherHost() {} |