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

Unified Diff: components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc

Issue 2869863002: Enable QUIC for non core data saver proxies (Closed)
Patch Set: Reorder functions Created 3 years, 7 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: components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc
index 8e2caccccc31f3f5a8ca5cffc213a4fc0b5001d5..82dc96a2074bd5ab37ba162de165cfd93e725503 100644
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc
@@ -80,10 +80,6 @@ const char kEnableDataReductionProxyLitePage[] =
const char kEnableDataReductionProxyForcePingback[] =
"enable-data-reduction-proxy-force-pingback";
-// If set, enables use of QUIC with non core data reduction proxies.
-const char kDataReductionProxyEnableQuicOnNonCoreProxies[] =
- "data-reduction-proxy-enable-quic-on-non-core-proxies";
-
// Enables a 1 MB savings promo for the data reduction proxy.
const char kEnableDataReductionProxySavingsPromo[] =
"enable-data-reduction-proxy-savings-promo";
« no previous file with comments | « components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h ('k') | tools/chrome_proxy/webdriver/quic.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698