Commit a72f0539 authored by mitchelljones's avatar mitchelljones Committed by Commit bot

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}
parent cf8643d4
...@@ -54,8 +54,7 @@ cr.define('ntp', function() { ...@@ -54,8 +54,7 @@ cr.define('ntp', function() {
else else
this.launchRegularTab_ = this.appendMenuItem_('applaunchtyperegular'); this.launchRegularTab_ = this.appendMenuItem_('applaunchtyperegular');
this.launchPinnedTab_ = this.appendMenuItem_('applaunchtypepinned'); this.launchPinnedTab_ = this.appendMenuItem_('applaunchtypepinned');
if (!cr.isMac) this.launchNewWindow_ = this.appendMenuItem_('applaunchtypewindow');
this.launchNewWindow_ = this.appendMenuItem_('applaunchtypewindow');
this.launchFullscreen_ = this.appendMenuItem_('applaunchtypefullscreen'); this.launchFullscreen_ = this.appendMenuItem_('applaunchtypefullscreen');
var self = this; var self = this;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment