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

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: 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..75d008b7dc69040d67ea1b0fa9b3246285b41c3f 100644
--- a/chrome/browser/profiles/profile_window.h
+++ b/chrome/browser/profiles/profile_window.h
@@ -30,11 +30,13 @@ 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,
};
extern const char kUserManagerDisplayTutorial[];
extern const char kUserManagerSelectProfileTaskManager[];
extern const char kUserManagerSelectProfileAboutChrome[];
+extern const char kUserManagerSelectProfileChromeSettings[];
// 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