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

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: Minor pre-review cleanup 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 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();
+
// Hides the User Manager.
void HideUserManager();

Powered by Google App Engine
This is Rietveld 408576698