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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10985083: Upstreaming SpdyProxy-related switches, OTR logic, and histograms (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index a968fe5b2de1b77ec5d317dcfbbecec68c1c1a3f..cca49bc0687d266d98b499f8596f760d7d8c33e0 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1351,6 +1351,9 @@ const char kWindowSize[] = "window-size";
// use Chromium's network stack to fetch, and V8 to evaluate.
const char kWinHttpProxyResolver[] = "winhttp-proxy-resolver";
+// Origin for which GoogleSpdyProxy authentication is supported.
+const char kSpdyProxyOrigin[] = "spdy-proxy-origin";
+
#if defined(OS_ANDROID)
// Use the tablet specific UI components when available.
const char kTabletUI[] = "tablet-ui";

Powered by Google App Engine
This is Rietveld 408576698