| 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 aa4e19ec75f577c4144527a81abd9ab9b850c838..d8a498390312ccaec81a943940e9802e12b6af08 100644
|
| --- a/ios/public/provider/chrome/browser/keyed_service_provider.h
|
| +++ b/ios/public/provider/chrome/browser/keyed_service_provider.h
|
| @@ -11,7 +11,6 @@
|
| enum class ServiceAccessType;
|
|
|
| class KeyedServiceBaseFactory;
|
| -class SigninManager;
|
|
|
| namespace bookmarks {
|
| class BookmarkModel;
|
| @@ -49,13 +48,6 @@ class KeyedServiceProvider {
|
| virtual bookmarks::BookmarkModel* GetBookmarkModelForBrowserState(
|
| ChromeBrowserState* browser_state) = 0;
|
|
|
| - // Returns the SigninManager factory for dependencies.
|
| - virtual KeyedServiceBaseFactory* GetSigninManagerFactory() = 0;
|
| -
|
| - // Returns an instance of SigninManager tied to |browser_state|.
|
| - virtual SigninManager* GetSigninManagerForBrowserState(
|
| - ChromeBrowserState* browser_state) = 0;
|
| -
|
| // Returns the sync_driver::SyncService factory for dependencies.
|
| virtual KeyedServiceBaseFactory* GetSyncServiceFactory() = 0;
|
|
|
|
|