Index: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h |
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h |
index f75f20dfdcb93634e5b0670678a8db05eb202132..43e6774ca50f5db090e2967844ccfd4b20ce1f88 100644 |
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h |
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h |
@@ -33,6 +33,10 @@ class DataReductionProxyChromeSettings |
virtual void InitDataReductionProxySettings(Profile* profile); |
private: |
+ // Registers the DataReductionProxyEnabled synthetic field trial with |
+ // the group |data_reduction_proxy_enabled|. |
+ void RegisterSyntheticFieldTrial(bool data_reduction_proxy_enabled); |
+ |
DISALLOW_COPY_AND_ASSIGN(DataReductionProxyChromeSettings); |
}; |