Chromium Code Reviews| Index: chrome/browser/ui/browser_dialogs.h |
| diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h |
| index 4720070747b9d002ac71066eb9889c0c8f488735..9c853808ed0760d1bc08759cdf9b8d0466ab5759 100644 |
| --- a/chrome/browser/ui/browser_dialogs.h |
| +++ b/chrome/browser/ui/browser_dialogs.h |
| @@ -105,6 +105,12 @@ void ShowUserManager(const base::FilePath& profile_path_to_focus); |
| // Shows the Desktop User Manager with a specific |tutorial|. |
| void ShowUserManagerWithTutorial(profiles::UserManagerTutorialMode tutorial); |
| +// Shows the Desktop User Manager and Task Manager with the chosen profile. |
| +void ShowUserManagerThenTaskManager(); |
| + |
| +// Shows the Desktop User Manager and About Chrome page with the chosen profile. |
| +void ShowUserManagerThenAboutChrome(); |
|
Peter Kasting
2014/09/11 20:35:02
In general, I think this whole header was a mistak
Mike Lerman
2014/09/12 14:26:42
I addressed most of this in the CL reply. This is
|
| + |
| // Hides the User Manager. |
| void HideUserManager(); |