diff options
Diffstat (limited to 'content/browser/renderer_host/resource_dispatcher_host.h')
-rw-r--r-- | content/browser/renderer_host/resource_dispatcher_host.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/content/browser/renderer_host/resource_dispatcher_host.h b/content/browser/renderer_host/resource_dispatcher_host.h index 8de0129..5014a2d 100644 --- a/content/browser/renderer_host/resource_dispatcher_host.h +++ b/content/browser/renderer_host/resource_dispatcher_host.h @@ -414,11 +414,6 @@ class ResourceDispatcherHost : public net::URLRequest::Delegate { // Returns true if |request| is in |pending_requests_|. bool IsValidRequest(net::URLRequest* request); - // Determine request priority based on how critical this resource typically - // is to user-perceived page load performance. - static net::RequestPriority DetermineRequestPriority(ResourceType::Type type, - int load_flags); - // Sends the given notification on the UI thread. The RenderViewHost's // controller is used as the source. template <class T> |