Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 96b60cca8e685d571a9d92b5cd0dd6165d200497..654d67f1720d91c29df2e0c69279a40bb58b0ade 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1377,6 +1377,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"; |
+ |
// Specifies the URL where spelling service feedback data will be sent instead |
// of the default URL. This switch is for temporary testing only. |
// TODO(rouslan): Remove this flag when feedback testing is complete. Revisit by |