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

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

Issue 220553002: Revert of Introduce an intra-priority level sorting value - Chromium Side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | content/browser/loader/resource_scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/resource_scheduler.h
diff --git a/content/browser/loader/resource_scheduler.h b/content/browser/loader/resource_scheduler.h
index cd8f054788eee04dbcbcac302eabc4528ba7e416..b374b6ccb3b22e66cfdaed114b6f14aa4b633b0e 100644
--- a/content/browser/loader/resource_scheduler.h
+++ b/content/browser/loader/resource_scheduler.h
@@ -87,11 +87,6 @@
private:
class RequestQueue;
class ScheduledResourceRequest;
- struct RequestPriorityParams;
- struct ScheduledResourceSorter {
- bool operator()(const ScheduledResourceRequest* a,
- const ScheduledResourceRequest* b) const;
- };
struct Client;
typedef int64 ClientId;
@@ -111,8 +106,7 @@
// reprioritized, it will move to the end of the queue for that priority
// level.
void ReprioritizeRequest(ScheduledResourceRequest* request,
- net::RequestPriority new_priority,
- int intra_priority_value);
+ net::RequestPriority new_priority);
// Attempts to load any pending requests in |client|, based on the
// results of ShouldStartRequest().
« no previous file with comments | « no previous file | content/browser/loader/resource_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698