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

Unified Diff: ios/public/provider/chrome/browser/keyed_service_provider.h

Issue 1417173005: [iOS] More provider API for data reduction proxy settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | ios/public/provider/chrome/browser/keyed_service_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/keyed_service_provider.h
diff --git a/ios/public/provider/chrome/browser/keyed_service_provider.h b/ios/public/provider/chrome/browser/keyed_service_provider.h
index 47fc9e29eed11db3c13eef5779a6acdb6d8a3424..18d134e4d7ca6d0ea3b5a8b2f51fe94e30a42264 100644
--- a/ios/public/provider/chrome/browser/keyed_service_provider.h
+++ b/ios/public/provider/chrome/browser/keyed_service_provider.h
@@ -84,6 +84,10 @@ class KeyedServiceProvider {
GetProfileInvalidationProviderForBrowserState(
ChromeBrowserState* browser_state) = 0;
+ // Returns the data_reduction_proxy::DataReductionProxySettings factory for
+ // dependencies.
+ virtual KeyedServiceBaseFactory* GetDataReductionProxySettingsFactory() = 0;
+
// Returns an instance of data_reduction_proxy::DataReductionProxySettings
// tied to |browser_state|.
virtual data_reduction_proxy::DataReductionProxySettings*
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/keyed_service_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698