| Index: chrome/browser/ui/app_list/app_list_syncable_service_factory.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_syncable_service_factory.h b/chrome/browser/ui/app_list/app_list_syncable_service_factory.h
|
| index 7d821bffe6d6a772412744ec75491567f475763c..b17ee9fcb6b1da015680cb01c234043a2abcefbf 100644
|
| --- a/chrome/browser/ui/app_list/app_list_syncable_service_factory.h
|
| +++ b/chrome/browser/ui/app_list/app_list_syncable_service_factory.h
|
| @@ -29,6 +29,9 @@ class AppListSyncableServiceFactory : public BrowserContextKeyedServiceFactory {
|
| static std::unique_ptr<KeyedService> BuildInstanceFor(
|
| content::BrowserContext* browser_context);
|
|
|
| + // Marks AppListSyncableService to be used in tests.
|
| + static void SetUseInTesting();
|
| +
|
| private:
|
| friend struct base::DefaultSingletonTraits<AppListSyncableServiceFactory>;
|
|
|
|
|