Index: android_webview/browser/aw_browser_context.h |
diff --git a/android_webview/browser/aw_browser_context.h b/android_webview/browser/aw_browser_context.h |
index bc2b11cb5dcc38a3e2019a2f822f8275cb1a4212..a821acf7ad91b8268e51c390ec0da84265df98b0 100644 |
--- a/android_webview/browser/aw_browser_context.h |
+++ b/android_webview/browser/aw_browser_context.h |
@@ -94,6 +94,9 @@ class AwBrowserContext : public content::BrowserContext, |
data_reduction_proxy::DataReductionProxyEventStore* |
GetDataReductionProxyEventStore(); |
+ data_reduction_proxy::DataReductionProxyConfigurator* |
+ GetDataReductionProxyConfigurator(); |
+ |
AwURLRequestContextGetter* GetAwURLRequestContext(); |
void CreateUserPrefServiceIfNecessary(); |