From a72f0539728eb1d3307e3dfc8e8c40295ab20d1b Mon Sep 17 00:00:00 2001 From: mitchelljones Date: Mon, 15 Dec 2014 15:23:27 -0800 Subject: [PATCH] Toggling 'Open in a tab' now works for hosted apps on chrome://apps page. BUG=441561 Review URL: https://codereview.chromium.org/797113002 Cr-Commit-Position: refs/heads/master@{#308453} --- chrome/browser/resources/ntp4/apps_page.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chrome/browser/resources/ntp4/apps_page.js b/chrome/browser/resources/ntp4/apps_page.js index 952619a4ec95..7baffda2f87b 100644 --- a/chrome/browser/resources/ntp4/apps_page.js +++ b/chrome/browser/resources/ntp4/apps_page.js @@ -54,8 +54,7 @@ cr.define('ntp', function() { else this.launchRegularTab_ = this.appendMenuItem_('applaunchtyperegular'); this.launchPinnedTab_ = this.appendMenuItem_('applaunchtypepinned'); - if (!cr.isMac) - this.launchNewWindow_ = this.appendMenuItem_('applaunchtypewindow'); + this.launchNewWindow_ = this.appendMenuItem_('applaunchtypewindow'); this.launchFullscreen_ = this.appendMenuItem_('applaunchtypefullscreen'); var self = this; -- 2.11.4.GIT