Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h |
index c7f7e8252a2fbca65e750cba9fccd62e3bff1675..59d6eb5e5765d553b7b0a9c36b641f8b938bce31 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h |
@@ -108,6 +108,8 @@ class DataReductionProxyConfig |
void InitializeOnIOThread(const scoped_refptr<net::URLRequestContextGetter>& |
url_request_context_getter); |
+ base::WeakPtr<DataReductionProxyConfig> GetWeakPtr(); |
+ |
// Sets the proxy configs, enabling or disabling the proxy according to |
// the value of |enabled|. If |restricted| is true, only enable the fallback |
// proxy. |at_startup| is true when this method is called from |