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

Unified Diff: content/common/resource_messages.h

Issue 146333004: Introduce an intra-priority level sorting value - Chromium Side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes from review. Created 6 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 23f88481a4f800f4ec781b092ddcd8fddba22842..906e9db349fea8619f35a434890a1bfca4012aa7 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -327,4 +327,4 @@ IPC_MESSAGE_CONTROL1(ResourceHostMsg_ReleaseDownloadedFile,
IPC_MESSAGE_CONTROL3(ResourceHostMsg_DidChangePriority,
int /* request_id */,
net::RequestPriority,
darin (slow to review) 2014/02/28 05:14:12 it is confusing to have two priority fields. this
- int)
+ int /* intra_priority_value */)

Powered by Google App Engine
This is Rietveld 408576698