Index: content/browser/loader/resource_dispatcher_host_impl.h |
diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h |
index cbb6e1192c2271b20a46aea416577db395be41d8..20679dd94f98346a0e9afc4950dd07a97ec38801 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.h |
+++ b/content/browser/loader/resource_dispatcher_host_impl.h |
@@ -108,6 +108,8 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl |
void RegisterInterceptor(const std::string& http_header, |
const std::string& starts_with, |
const InterceptorCallback& interceptor) override; |
+ void ReprioritizeRequest(net::URLRequest* request, |
+ net::RequestPriority priority) override; |
// Puts the resource dispatcher host in an inactive state (unable to begin |
// new requests). Cancels all pending requests. |