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

Unified Diff: content/browser/loader/resource_dispatcher_host_impl.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/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 467745aadb5c275cc8ad95fb8b896fb004355b04..5141c23a90709c2ae7de1510ac3636b93aa5d1f2 100644
--- a/content/browser/loader/resource_dispatcher_host_impl.h
+++ b/content/browser/loader/resource_dispatcher_host_impl.h
@@ -321,6 +321,8 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
void OnFollowRedirect(int request_id,
bool has_new_first_party_for_cookies,
const GURL& new_first_party_for_cookies);
+ void OnDidChangePriority(int request_id,
+ WebKit::WebURLRequest::Priority priority);
void OnReleaseDownloadedFile(int request_id);
// Creates ResourceRequestInfoImpl for a download or page save.

Powered by Google App Engine
This is Rietveld 408576698