Index: chrome/browser/ui/browser_dialogs.h |
diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h |
index fd1f783e48640f311e454eb7860d65a6d638a036..2eececf35c0205f41b5eb52cc6916dcebfe279ee 100644 |
--- a/chrome/browser/ui/browser_dialogs.h |
+++ b/chrome/browser/ui/browser_dialogs.h |
@@ -47,6 +47,11 @@ class WebDialogDelegate; |
namespace chrome { |
+// Shows or hides the Task Manager. |browser| can be NULL when called from Ash. |
+void ShowTaskManager(Browser* browser); |
+void HideTaskManager(); |
+ |
+#if !defined(OS_MACOSX) |
// Creates and shows an HTML dialog with the given delegate and context. |
// The window is automatically destroyed when it is closed. |
// Returns the created window. |
@@ -57,11 +62,6 @@ gfx::NativeWindow ShowWebDialog(gfx::NativeView parent, |
content::BrowserContext* context, |
ui::WebDialogDelegate* delegate); |
-// Shows or hides the Task Manager. |browser| can be NULL when called from Ash. |
-void ShowTaskManager(Browser* browser); |
-void HideTaskManager(); |
- |
-#if !defined(OS_MACOSX) |
// Shows the create web app shortcut dialog box. |
void ShowCreateWebAppShortcutsDialog(gfx::NativeWindow parent_window, |
content::WebContents* web_contents); |