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

Unified Diff: chrome/browser/ui/app_list/app_list_syncable_service_factory.h

Issue 2055553004: arc: Support pinned apps across Arc-enabled and Arc-disabled platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: chrome_mash_shelf_controller.cc update due namespace renaming Created 4 years, 6 months 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: 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>;

Powered by Google App Engine
This is Rietveld 408576698