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

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

Issue 631163004: Mac - show user manager before opening browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chrome Memory now forces user manager, not Task Manager Created 6 years, 2 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/profiles/profile_window.h
diff --git a/chrome/browser/profiles/profile_window.h b/chrome/browser/profiles/profile_window.h
index d874397d189526bb418b585b29eef87e4cee11b3..ec7fdfde118d9771e00c9da4b7a1b813cde829ee 100644
--- a/chrome/browser/profiles/profile_window.h
+++ b/chrome/browser/profiles/profile_window.h
@@ -30,11 +30,15 @@ enum UserManagerProfileSelected {
USER_MANAGER_SELECT_PROFILE_NO_ACTION,
USER_MANAGER_SELECT_PROFILE_TASK_MANAGER,
USER_MANAGER_SELECT_PROFILE_ABOUT_CHROME,
+ USER_MANAGER_SELECT_PROFILE_CHROME_SETTINGS,
+ USER_MANAGER_SELECT_PROFILE_CHROME_MEMORY,
};
extern const char kUserManagerDisplayTutorial[];
extern const char kUserManagerSelectProfileTaskManager[];
extern const char kUserManagerSelectProfileAboutChrome[];
+extern const char kUserManagerSelectProfileChromeSettings[];
+extern const char kUserManagerSelectProfileChromeMemory[];
// Activates a window for |profile| on the desktop specified by
// |desktop_type|. If no such window yet exists, or if |always_create| is

Powered by Google App Engine
This is Rietveld 408576698