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

Unified Diff: net/base/load_flags_list.h

Issue 920993002: Added DISABLE_ALTERNATE_PROTOCOLS load flag, and use it for DRP probe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments and added test Created 5 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: net/base/load_flags_list.h
diff --git a/net/base/load_flags_list.h b/net/base/load_flags_list.h
index c090406c21e51338e8e6f09571bab50f7db99828..ee8285dc9000da7ac390fceb2be2826f8277efc0 100644
--- a/net/base/load_flags_list.h
+++ b/net/base/load_flags_list.h
@@ -101,3 +101,7 @@ LOAD_FLAG(BYPASS_DATA_REDUCTION_PROXY, 1 << 21)
// Indicates the the request is an asynchronous revalidation.
LOAD_FLAG(ASYNC_REVALIDATION, 1 << 22)
+
+// Indicates that the request should not use any alternate protocols (e.g.
+// SPDY, QUIC).
Ryan Hamilton 2015/02/13 19:44:28 Oh. If this is what the flag is supposed to do the
+LOAD_FLAG(DISABLE_ALTERNATE_PROTOCOLS, 1 << 23)

Powered by Google App Engine
This is Rietveld 408576698