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

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

Issue 2486093002: Add a flag to disable the check if proxy is core data saver proxy (Closed)
Patch Set: ps Created 4 years, 1 month 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.h
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h
index c6af25c8060e8b15e13f9ef31a7d733d64bf660e..a5c625ea3078ae3fd8c62d0d9c78c7704fdac170 100644
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h
@@ -33,6 +33,7 @@ extern const char kEnableDataReductionProxyBypassWarning[];
extern const char kEnableDataReductionProxyCarrierTest[];
extern const char kEnableDataReductionProxyForcePingback[];
extern const char kEnableDataReductionProxyLitePage[];
+extern const char kDataReductionProxyEnableQuicOnNonCoreProxies[];
} // namespace switches
} // namespace data_reduction_proxy

Powered by Google App Engine
This is Rietveld 408576698