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

Unified Diff: chrome/browser/chrome_content_browser_client.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/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 0540dadfb922be88ac58baa8e72da529061be61e..dc24fb25098ab2a218f14d7917e9124d7459eee6 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -846,6 +846,9 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
switches::kProfilingFlush,
switches::kRecordMode,
switches::kSilentDumpOnDCHECK,
+#if defined(OS_ANDROID)
+ switches::kSpdyProxyOrigin,
+#endif
switches::kWhitelistedExtensionID,
};
@@ -855,6 +858,9 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
static const char* const kSwitchNames[] = {
switches::kAllowHTTPBackgroundPage,
switches::kEnableExperimentalExtensionApis,
+#if defined(OS_ANDROID)
+ switches::kSpdyProxyOrigin,
+#endif
switches::kWhitelistedExtensionID,
};

Powered by Google App Engine
This is Rietveld 408576698