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

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

Issue 764753003: Enable streamlined-apps flag on Chrome for Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 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.

Powered by Google App Engine
This is Rietveld 408576698