| 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..b94f3fb0169ae113de58616d79fc72c27d17035b 100644
|
| --- a/chrome/browser/ui/browser_dialogs.h
|
| +++ b/chrome/browser/ui/browser_dialogs.h
|
| @@ -98,16 +98,6 @@ 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);
|
| -
|
| -// Shows the Desktop User Manager with a specific |tutorial|.
|
| -void ShowUserManagerWithTutorial(profiles::UserManagerTutorialMode tutorial);
|
| -
|
| -// Hides the User Manager.
|
| -void HideUserManager();
|
| -
|
| // Shows the Signed Certificate Timestamps viewer, to view the signed
|
| // certificate timestamps in |sct_ids_list|
|
| void ShowSignedCertificateTimestampsViewer(
|
|
|