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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc

Issue 1871783002: Remove the Data Reduction Proxy TLS experiment code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tbansal comments Created 4 years, 8 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/browser/data_reduction_proxy_config_test_utils.cc
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc
index 5e86c1ec6f4b5aa783199c0f4e5afb76d5483213..eab8fd0b2e63ac2cce36761b64255ab7bd1ba1e8 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc
@@ -68,8 +68,7 @@ void TestDataReductionProxyConfig::EnableQuic(bool enable) {
void TestDataReductionProxyConfig::ResetParamFlagsForTest(int flags) {
config_values_ = make_scoped_ptr(new TestDataReductionProxyParams(
- flags, TestDataReductionProxyParams::HAS_EVERYTHING &
- ~TestDataReductionProxyParams::HAS_SSL_ORIGIN));
+ flags, TestDataReductionProxyParams::HAS_EVERYTHING));
}
TestDataReductionProxyParams* TestDataReductionProxyConfig::test_params() {

Powered by Google App Engine
This is Rietveld 408576698