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

Unified Diff: chrome/browser/ui/browser_command_controller.cc

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_command_controller.cc
diff --git a/chrome/browser/ui/browser_command_controller.cc b/chrome/browser/ui/browser_command_controller.cc
index ee2f25c6441b1e30bb6eb66150f1cc4ab0e06e0a..0337d702fb8aa855536582194db00bf1f2b38a18 100644
--- a/chrome/browser/ui/browser_command_controller.cc
+++ b/chrome/browser/ui/browser_command_controller.cc
@@ -1105,15 +1105,11 @@ void BrowserCommandController::UpdateCommandsForTabState() {
!is_chrome_internal && current_web_contents->IsSavable());
// Show various bits of UI
- // TODO(pinkerton): Disable app-mode in the model until we implement it
- // on the Mac. Be sure to remove both ifdefs. http://crbug.com/13148
-#if !defined(OS_MACOSX)
command_updater_.UpdateCommandEnabled(
IDC_CREATE_SHORTCUTS,
CanCreateApplicationShortcuts(browser_));
command_updater_.UpdateCommandEnabled(IDC_CREATE_HOSTED_APP,
jackhou1 2014/11/27 05:51:52 If we're leaving IDC_CREATE_SHORCUTS if-defed out
mitchellj 2014/11/27 23:29:45 Done.
CanCreateBookmarkApp(browser_));
-#endif
command_updater_.UpdateCommandEnabled(
IDC_TOGGLE_REQUEST_TABLET_SITE,

Powered by Google App Engine
This is Rietveld 408576698