| Index: chrome/browser/profiles/profile_window.h
|
| diff --git a/chrome/browser/profiles/profile_window.h b/chrome/browser/profiles/profile_window.h
|
| index ec7fdfde118d9771e00c9da4b7a1b813cde829ee..8d3e3904e1955188b24d7fa95862623abc9fdba1 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
|
|
|