| Index: chrome/browser/resources/ntp/apps.js
|
| diff --git a/chrome/browser/resources/ntp/apps.js b/chrome/browser/resources/ntp/apps.js
|
| index da91af7e8ce2737f6c9b517c09ee58864288a1f9..212cecae6f023d80eb6c37fdd6f33738b3094852 100644
|
| --- a/chrome/browser/resources/ntp/apps.js
|
| +++ b/chrome/browser/resources/ntp/apps.js
|
| @@ -19,7 +19,7 @@ function getAppsCallback(data) {
|
| });
|
|
|
| clearClosedMenu(apps.menu);
|
| - if (data.apps.length == 0) {
|
| + if (data.apps.length == 0 && !data.showLauncher) {
|
| appsSection.classList.add('disabled');
|
| layoutSections();
|
| } else {
|
|
|