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

Unified Diff: net/http/http_request_info.h

Issue 12701011: [Net] Propagate priority changes from URLRequest to HttpTransaction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add more tests Created 7 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
Index: net/http/http_request_info.h
diff --git a/net/http/http_request_info.h b/net/http/http_request_info.h
index 08692d0f1bb0a4c81d5c5cbcffa6615db52277e5..2fc70c5335ad8b9bb7b6678dba4b6405374f3a47 100644
--- a/net/http/http_request_info.h
+++ b/net/http/http_request_info.h
@@ -47,6 +47,8 @@ struct NET_EXPORT HttpRequestInfo {
int load_flags;
// The priority level for this request.
+ // TODO(akalin): Remove this from this struct, since |priority| can
+ // change during the lifetime of a request.
RequestPriority priority;
// The motivation behind this request.

Powered by Google App Engine
This is Rietveld 408576698