Chromium Code Reviews| Index: chrome/browser/resources/ntp/apps.js |
| diff --git a/chrome/browser/resources/ntp/apps.js b/chrome/browser/resources/ntp/apps.js |
| index 2be85fa3b32bcd6cac8768dc0d077d24c036ea34..eef4fa255b834cf1fa5fdd64eff9a0ab4adcaba5 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'); |
|
arv (Not doing code reviews)
2010/12/20 19:01:08
This looks wrong. The display of these should neve
kochi
2010/12/21 06:09:33
Good catch!
I created a follow-up CL at
http://cod
|
| appsMiniview.textContent = ''; |