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

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

Issue 1132083004: Enable an option to only use the secure Data Reduction Proxy when the secure proxy check succeeds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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/browser/data_reduction_proxy_config_service_client_unittest.cc
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc
index c277e71aafb530de8e22b70c2340c837380a76b0..7196d2f4a6e735dc0de595aa62cbccc38d610eab 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc
@@ -89,7 +89,7 @@ class DataReductionProxyConfigServiceClientTest : public testing::Test {
}
void SetDataReductionProxyEnabled(bool enabled) {
- test_context_->config()->SetStateForTest(enabled, false, false);
+ test_context_->config()->SetStateForTest(enabled, false, true);
}
scoped_ptr<DataReductionProxyConfigServiceClient> BuildConfigClient() {

Powered by Google App Engine
This is Rietveld 408576698