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

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

Issue 20656002: Add profile selector menu to app list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: small fixups Created 7 years, 5 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_service_impl.h
diff --git a/chrome/browser/ui/app_list/app_list_service_impl.h b/chrome/browser/ui/app_list/app_list_service_impl.h
index 5f7d70f34f322297c6ae513bc38fcc7776bb5b4b..b523a79f54b0cfc884186a8a091ab2614f9333d7 100644
--- a/chrome/browser/ui/app_list/app_list_service_impl.h
+++ b/chrome/browser/ui/app_list/app_list_service_impl.h
@@ -36,6 +36,11 @@ class AppListServiceImpl : public AppListService,
static void RecordAppListAppLaunch();
static void SendAppListStats();
+ // Shows the app list for the profile at the given |profile_path|. If the
+ // profile has not been loaded, this will load the profile and then show the
+ // app list.
+ void ShowForProfileByPath(base::FilePath profile_path);
+
protected:
AppListServiceImpl();
virtual ~AppListServiceImpl();

Powered by Google App Engine
This is Rietveld 408576698