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 4c717b3710f5003f85ff49206eea50cbae835ac7..0ae457a7bcebac6937aff135e02e82ccbcd4bf51 100644 |
| --- a/chrome/browser/resources/ntp/apps.js |
| +++ b/chrome/browser/resources/ntp/apps.js |
| @@ -12,6 +12,7 @@ function getAppsCallback(data) { |
| if (data.apps.length == 0) { |
| appsSection.classList.add('disabled'); |
| + layoutSections(); |
| return; |
| } |