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 ca794353c376648446761e8304a624a20622c4ff..8aa87f31943daeaffc629b3c5cd4549ea8d4c1e1 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 |
@@ -40,6 +40,13 @@ bool IsIncludedInPromoFieldTrial(); |
// is in effect. |
bool IsIncludedInHoldbackFieldTrial(); |
+// Returns the name of the trusted SPDY proxy field trial. |
+std::string GetTrustedSpdyProxyFieldTrialName(); |
+ |
+// Returns true if this client is part of the enabled group of the trusted SPDY |
+// proxy field trial. |
+bool IsIncludedInTrustedSpdyProxyFieldTrial(); |
+ |
// Returns true if this client is part of the field trial that should display |
// a promotion for the data reduction proxy on Android One devices. |
bool IsIncludedInAndroidOnePromoFieldTrial(const char* build_fingerprint); |