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

Unified Diff: chrome/common/chrome_switches.cc

Issue 105833010: Added Dev host for data reduction proxy controlled by Finch experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments from bengr Created 7 years 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 123834258e4eabb30ab21ad3e22baea2a52d6340..7f0b05309f03bda8e52e5ab6a45e24ef2d7ec45c 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1358,6 +1358,9 @@ const char kSpdyProxyAuthOrigin[] = "spdy-proxy-auth-origin";
// Authentication string for the data reduction proxy.
const char kSpdyProxyAuthValue[] = "spdy-proxy-auth-value";
+// Origin for which dev version of SpdyProxy authentication is supported.
+const char kSpdyProxyDevAuthOrigin[] = "spdy-proxy-dev-auth-origin";
+
// Speculative resource prefetching.
const char kSpeculativeResourcePrefetching[] =
"speculative-resource-prefetching";

Powered by Google App Engine
This is Rietveld 408576698