diff options
Diffstat (limited to 'chrome/browser/ui/browser_dialogs.h')
-rw-r--r-- | chrome/browser/ui/browser_dialogs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h index 72af390..a1f96a6 100644 --- a/chrome/browser/ui/browser_dialogs.h +++ b/chrome/browser/ui/browser_dialogs.h @@ -96,6 +96,13 @@ void ShowProfileSigninConfirmationDialog( const std::string& username, ui::ProfileSigninConfirmationDelegate* delegate); + +// Shows the Desktop User Manager with the |profile_path_to_focus| user focused. +void ShowUserManager(const base::FilePath& profile_path_to_focus); + +// Hides the User Manager. +void HideUserManager(); + } // namespace chrome #endif // CHROME_BROWSER_UI_BROWSER_DIALOGS_H_ |