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

Unified Diff: android_webview/browser/aw_browser_context.h

Issue 893003002: Data Reduction Proxy class ownership updates and Settings cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sgurun CR comments Created 5 years, 10 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
« no previous file with comments | « no previous file | android_webview/browser/aw_browser_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 755a838f4effb1ec7c36efd5abc4e980df7cadc0..1e32255be1ae9a6df478d3e33b15675387d6fd4c 100644
--- a/android_webview/browser/aw_browser_context.h
+++ b/android_webview/browser/aw_browser_context.h
@@ -32,6 +32,7 @@ class WebContents;
namespace data_reduction_proxy {
class DataReductionProxyConfigurator;
class DataReductionProxyIOData;
+class DataReductionProxyService;
class DataReductionProxySettings;
}
@@ -94,9 +95,6 @@ class AwBrowserContext : public content::BrowserContext,
data_reduction_proxy::DataReductionProxyIOData*
GetDataReductionProxyIOData();
- data_reduction_proxy::DataReductionProxyConfigurator*
- GetDataReductionProxyConfigurator();
-
AwURLRequestContextGetter* GetAwURLRequestContext();
void CreateUserPrefServiceIfNecessary();
@@ -157,6 +155,8 @@ class AwBrowserContext : public content::BrowserContext,
scoped_ptr<AwSSLHostStateDelegate> ssl_host_state_delegate_;
scoped_ptr<data_reduction_proxy::DataReductionProxyIOData>
data_reduction_proxy_io_data_;
+ scoped_ptr<data_reduction_proxy::DataReductionProxyService>
+ data_reduction_proxy_service_;
DISALLOW_COPY_AND_ASSIGN(AwBrowserContext);
};
« no previous file with comments | « no previous file | android_webview/browser/aw_browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698