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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.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_service_client.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
index 4923f48678f3f69dbfa0831df446c17c6d7ee01d..351f9bae836e3edab609c1170ac31e5c67ad9ae6 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
@@ -271,6 +271,9 @@ class DataReductionProxyConfigServiceClient
// Time when the IP address last changed.
base::TimeTicks last_ip_address_change_;
+ // True if QUIC can be used to connect to data reduction proxy server.
+ bool quic_enabled_;
+
// Enforce usage on the IO thread.
base::ThreadChecker thread_checker_;

Powered by Google App Engine
This is Rietveld 408576698