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

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

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.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 cd6143e2ac2da4ec0f4b84d882e169ff471e4488..23500fb8c90a52460604a4c597eea759fb47f3c6 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
@@ -62,9 +62,6 @@ class TestDataReductionProxyConfig : public DataReductionProxyConfig {
void GetNetworkList(net::NetworkInterfaceList* interfaces,
int policy) override;
- // If true, uses QUIC instead of SPDY to connect to proxies that use TLS.
- void EnableQuic(bool enable);
-
// Allows tests to reset the params being used for configuration.
void ResetParamFlagsForTest(int flags);

Powered by Google App Engine
This is Rietveld 408576698