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

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

Issue 1466363002: Introduce IOSChromeProfileInvalidationProviderFactory (iOS) (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 068b6ebca7eeaed3a3c7e47c998c30b32d75dccf..9c3204fb4a244705e11e598c525f48762967ca5d 100644
--- a/ios/public/test/test_keyed_service_provider.cc
+++ b/ios/public/test/test_keyed_service_provider.cc
@@ -97,17 +97,6 @@ TestKeyedServiceProvider::GetSyncServiceForBrowserStateIfExists(
}
KeyedServiceBaseFactory*
-TestKeyedServiceProvider::GetProfileInvalidationProviderFactory() {
- return MissingServiceKeyedServiceFactory::GetInstance();
-}
-
-invalidation::ProfileInvalidationProvider*
-TestKeyedServiceProvider::GetProfileInvalidationProviderForBrowserState(
- ios::ChromeBrowserState* browser_state) {
- return nullptr;
-}
-
-KeyedServiceBaseFactory*
TestKeyedServiceProvider::GetDataReductionProxySettingsFactory() {
return MissingServiceKeyedServiceFactory::GetInstance();
}
« 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