Index: chrome/browser/ui/browser_dialogs.h |
diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h |
index d9ba38d63764c613cd248a6c48f85aafaba49ac3..a83792bcb3bc6457c78f52d6bcb28edbb750ea3c 100644 |
--- a/chrome/browser/ui/browser_dialogs.h |
+++ b/chrome/browser/ui/browser_dialogs.h |
@@ -65,11 +65,9 @@ void HideHungRendererDialog(content::WebContents* contents); |
void ShowTaskManager(Browser* browser); |
void HideTaskManager(); |
-#if !defined(OS_MACOSX) |
// Shows the create web app shortcut dialog box. |
jackhou1
2014/11/27 05:51:52
This can stay if-defed out too.
mitchellj
2014/11/27 23:29:45
Done.
|
void ShowCreateWebAppShortcutsDialog(gfx::NativeWindow parent_window, |
content::WebContents* web_contents); |
-#endif |
// Shows the create chrome app shortcut dialog box. |
// |close_callback| may be null. |