Index: chrome/browser/ui/app_list/app_list_service.h |
diff --git a/chrome/browser/ui/app_list/app_list_service.h b/chrome/browser/ui/app_list/app_list_service.h |
index edac211d5574fa13e30ac7a3ce23df4c3edcdbce..441fdc1ea7b7e143fc37ee53ec5c56cf7efcac19 100644 |
--- a/chrome/browser/ui/app_list/app_list_service.h |
+++ b/chrome/browser/ui/app_list/app_list_service.h |
@@ -48,6 +48,9 @@ class AppListService { |
// current browser process. |
virtual void Show() = 0; |
+ // Create the app list UI, and maintain its state, but do not show it. |
+ virtual void CreateForProfile(Profile* requested_profile) = 0; |
+ |
// Show the app list for the given profile. If it differs from the profile the |
// app list is currently showing, repopulate the app list and save the new |
// profile to local prefs as the default app list profile. |