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

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

Issue 14514003: Make OSX App Launcher Launchable from the Dock. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase off cl14603002 Created 7 years, 8 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.cc
diff --git a/chrome/browser/ui/app_list/app_list_service_impl.cc b/chrome/browser/ui/app_list/app_list_service_impl.cc
index 9d7d3c680076e6246188b0371a249b13605bb015..6144200e18789bc8beea310aa1cc0dcc0683085e 100644
--- a/chrome/browser/ui/app_list/app_list_service_impl.cc
+++ b/chrome/browser/ui/app_list/app_list_service_impl.cc
@@ -160,6 +160,11 @@ void AppListServiceImpl::SetAppListProfile(
ShowAppList(profile);
}
+void AppListServiceImpl::ShowForSavedProfile() {
+ SetAppListProfile(GetAppListProfilePath(
+ g_browser_process->profile_manager()->user_data_dir()));
+}
+
Profile* AppListServiceImpl::GetCurrentAppListProfile() {
return profile();
}
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service_impl.h ('k') | chrome/browser/ui/app_list/app_list_service_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698