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

Unified Diff: ios/public/test/test_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
Index: ios/public/test/test_keyed_service_provider.h
diff --git a/ios/public/test/test_keyed_service_provider.h b/ios/public/test/test_keyed_service_provider.h
index 04f28c9cb38595bb761aed20a0440f67be01c9f4..f6a9bc58334693d15edee658c3fd964e4a0f90bc 100644
--- a/ios/public/test/test_keyed_service_provider.h
+++ b/ios/public/test/test_keyed_service_provider.h
@@ -30,6 +30,7 @@ class TestKeyedServiceProvider : public KeyedServiceProvider {
invalidation::ProfileInvalidationProvider*
GetProfileInvalidationProviderForBrowserState(
ios::ChromeBrowserState* browser_state) override;
+ KeyedServiceBaseFactory* GetDataReductionProxySettingsFactory() override;
data_reduction_proxy::DataReductionProxySettings*
GetDataReductionProxySettingsForBrowserState(
ios::ChromeBrowserState* browser_state) override;
« no previous file with comments | « ios/public/provider/chrome/browser/keyed_service_provider.cc ('k') | ios/public/test/test_keyed_service_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698