| 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
|
|
|