Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: content/browser/loader/throttling_resource_handler.h

Issue 12243002: Pass WebKit priority changes and parsing messages up to the browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/loader/throttling_resource_handler.h
diff --git a/content/browser/loader/throttling_resource_handler.h b/content/browser/loader/throttling_resource_handler.h
index de125b5cd94179657094d12865eaf447b3fcbc01..fc1870be5a424ea9ebedd04e9c6eb41e14f08db1 100644
--- a/content/browser/loader/throttling_resource_handler.h
+++ b/content/browser/loader/throttling_resource_handler.h
@@ -36,6 +36,7 @@ class ThrottlingResourceHandler : public LayeredResourceHandler,
bool* defer) OVERRIDE;
virtual bool OnWillStart(int request_id, const GURL& url,
bool* defer) OVERRIDE;
+ virtual void OnRequestPriorityChanged(int request_id) OVERRIDE;
// ResourceThrottleController implementation:
virtual void Cancel() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698