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

Unified Diff: components/data_reduction_proxy/core/common/data_reduction_proxy_params.h

Issue 2869863002: Enable QUIC for non core data saver proxies (Closed)
Patch Set: megjablon comments Created 3 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/common/data_reduction_proxy_params.h
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
index 02b3d9cc19c5da1ea38efff85599a9233defc71b..4646b6402b39dc249d40abfe2c7fa65515622ef5 100644
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
@@ -127,6 +127,9 @@ const char* GetQuicFieldTrialName();
// Returns true if zero RTT for QUIC is enabled.
bool IsZeroRttQuicEnabled();
+// Returns true if QUIC is enabled for non core data reduction proxies.
+bool IsQuicForNonCoreProxiesEnabled();
+
// Returns true if Brotli should be added to the accept-encoding header.
bool IsBrotliAcceptEncodingEnabled();

Powered by Google App Engine
This is Rietveld 408576698