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

Unified Diff: content/child/resource_dispatcher.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/child/resource_dispatcher.h
diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
index d85087d4557b8e18dae76c012d341667a98e1748..c32cd93f388dcd23f3bfeda5fed43a7edc70d8b4 100644
--- a/content/child/resource_dispatcher.h
+++ b/content/child/resource_dispatcher.h
@@ -65,7 +65,8 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
// Indicates the priority of the specified request changed.
void DidChangePriority(int routing_id, int request_id,
- net::RequestPriority new_priority);
+ net::RequestPriority new_priority,
+ int intra_priority_value);
// This does not take ownership of the delegate. It is expected that the
// delegate have a longer lifetime than the ResourceDispatcher.

Powered by Google App Engine
This is Rietveld 408576698