Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2591)

Unified Diff: chrome/browser/ui/browser_dialogs.h

Issue 564453003: Access to Chrome via the System Tray should go through the User Manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase continued Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/browser_dialogs.h
diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
index 217fe02b69f3b02cf79f6c6514115c7590f84e07..09817549c7f2ebfab04d6c11a8fe7e6c1f0b46a7 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(
« no previous file with comments | « chrome/browser/resources/user_manager/user_manager.js ('k') | chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698