summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/ntp
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/ntp')
-rw-r--r--chrome/browser/resources/ntp/apps.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/resources/ntp/apps.js b/chrome/browser/resources/ntp/apps.js
index 2be85fa..eef4fa2 100644
--- a/chrome/browser/resources/ntp/apps.js
+++ b/chrome/browser/resources/ntp/apps.js
@@ -35,6 +35,7 @@ function getAppsCallback(data) {
// The "Create App Shortcut" menu option.
$('apps-create-shortcut-command-menu-item').style.display =
+ $('apps-create-shortcut-command-separator').style.display =
(data.disableCreateAppShortcut ? 'none' : 'inline');
appsMiniview.textContent = '';