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

Unified Diff: chrome/browser/profiles/profile_window.h

Issue 856733004: Loading the Launcher with a Locked Profile launched UserManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tapted@: test fixes and remove a const-ref. Created 5 years, 11 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
« no previous file with comments | « chrome/browser/chrome_browser_main_mac.mm ('k') | chrome/browser/profiles/profile_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_window.h
diff --git a/chrome/browser/profiles/profile_window.h b/chrome/browser/profiles/profile_window.h
index b9df5c1d2690ffb7454e5b75fff3aa2f5a88728b..21f61ad0670d43ad5c95251311c506816fa2d273 100644
--- a/chrome/browser/profiles/profile_window.h
+++ b/chrome/browser/profiles/profile_window.h
@@ -32,6 +32,7 @@ enum UserManagerProfileSelected {
USER_MANAGER_SELECT_PROFILE_ABOUT_CHROME,
USER_MANAGER_SELECT_PROFILE_CHROME_SETTINGS,
USER_MANAGER_SELECT_PROFILE_CHROME_MEMORY,
+ USER_MANAGER_SELECT_PROFILE_APP_LAUNCHER,
};
extern const char kUserManagerDisplayTutorial[];
@@ -39,6 +40,7 @@ extern const char kUserManagerSelectProfileTaskManager[];
extern const char kUserManagerSelectProfileAboutChrome[];
extern const char kUserManagerSelectProfileChromeSettings[];
extern const char kUserManagerSelectProfileChromeMemory[];
+extern const char kUserManagerSelectProfileAppLauncher[];
// Activates a window for |profile| on the desktop specified by
// |desktop_type|. If no such window yet exists, or if |always_create| is
« no previous file with comments | « chrome/browser/chrome_browser_main_mac.mm ('k') | chrome/browser/profiles/profile_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698