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

Unified Diff: ios/public/test/test_keyed_service_provider.cc

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 | « ios/public/test/test_keyed_service_provider.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/test/test_keyed_service_provider.cc
diff --git a/ios/public/test/test_keyed_service_provider.cc b/ios/public/test/test_keyed_service_provider.cc
index 7c810e6d6dbbec8247c38118b947e9604ea9d022..068b6ebca7eeaed3a3c7e47c998c30b32d75dccf 100644
--- a/ios/public/test/test_keyed_service_provider.cc
+++ b/ios/public/test/test_keyed_service_provider.cc
@@ -107,6 +107,11 @@ TestKeyedServiceProvider::GetProfileInvalidationProviderForBrowserState(
return nullptr;
}
+KeyedServiceBaseFactory*
+TestKeyedServiceProvider::GetDataReductionProxySettingsFactory() {
+ return MissingServiceKeyedServiceFactory::GetInstance();
+}
+
data_reduction_proxy::DataReductionProxySettings*
TestKeyedServiceProvider::GetDataReductionProxySettingsForBrowserState(
ios::ChromeBrowserState* browser_state) {
« no previous file with comments | « ios/public/test/test_keyed_service_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698