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

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: Reorder functions 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 375cc4a9747f351d5560e13359130bd8f5d66d01..d73c2d8ff10bc25c91c0aed5daf04e9ddd06a65d 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
@@ -122,6 +122,9 @@ bool WarnIfNoDataReductionProxy();
// proxy server as quic://proxy.googlezip.net.
bool IsIncludedInQuicFieldTrial();
+// Returns true if QUIC is enabled for non core data reduction proxies.
+bool IsQuicEnabledForNonCoreProxies();
+
const char* GetQuicFieldTrialName();
// Returns true if Brotli should be added to the accept-encoding header.

Powered by Google App Engine
This is Rietveld 408576698