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

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

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_test_utils.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h
index 6f5298f0480c2a7ccf3c82e06ea1f8f955a0a745..5758ef4ef18c4cca92fcd8227b3e811e31d55513 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h
@@ -65,7 +65,7 @@ class TestDataReductionProxyConfig : public DataReductionProxyConfig {
// Allows tests to set the internal state.
void SetStateForTest(bool enabled_by_user,
bool alternative_enabled_by_user,
- bool restricted_by_carrier);
+ bool secure_proxy_enabled);
net::NetworkInterfaceList* interfaces() {
return network_interfaces_.get();

Powered by Google App Engine
This is Rietveld 408576698