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

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

Issue 1862193002: Enable QUIC for proxies only when QUIC is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed sclittle comments Created 4 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.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 046874753445eda4609ff89e547782d73eda66e2..7b55b9be80ce892a9895b5331effc281a18c239f 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
@@ -77,10 +77,6 @@ void TestDataReductionProxyConfig::GetNetworkList(
interfaces->push_back(network_interfaces_->at(i));
}
-void TestDataReductionProxyConfig::EnableQuic(bool enable) {
- test_params()->EnableQuic(enable);
-}
-
void TestDataReductionProxyConfig::ResetParamFlagsForTest(int flags) {
config_values_ = base::WrapUnique(new TestDataReductionProxyParams(
flags, TestDataReductionProxyParams::HAS_EVERYTHING));

Powered by Google App Engine
This is Rietveld 408576698