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

Unified Diff: content/common/resource_messages.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/common/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index ed53ec722d464b1657de45efdb78cea44419e3e3..b671fda20d49f1f552a9fbad0a10a976a360318f 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -298,3 +298,8 @@ IPC_MESSAGE_ROUTED1(ResourceHostMsg_UploadProgress_ACK,
// Sent when the renderer process deletes a resource loader.
IPC_MESSAGE_CONTROL1(ResourceHostMsg_ReleaseDownloadedFile,
int /* request_id */)
+
+// Sent by the renderer when a resource request changes priority.
+IPC_MESSAGE_ROUTED2(ResourceHostMsg_DidChangePriority,
+ int /* request_id */,
+ WebKit::WebURLRequest::Priority)

Powered by Google App Engine
This is Rietveld 408576698