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

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

Issue 2453973003: Add a QUIC proxy server to the list of QUIC servers supported at start up (Closed)
Patch Set: Created 4 years, 2 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 c8364c935403fb4dacdd675b8912dc77d7a99b37..c48ec854ec9932a26612069f3166e488c7d2431e 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
@@ -118,6 +118,9 @@ bool IsIncludedInQuicFieldTrial();
const char* GetQuicFieldTrialName();
+// Returns true if zero RTT for QUIC is enabled.
+bool IsZeroRttQuicEnabled();
+
// Returns true if the Data Reduction Proxy config client should be used.
bool IsConfigClientEnabled();

Powered by Google App Engine
This is Rietveld 408576698