Index: chrome/browser/resources/ntp/apps.js |
diff --git a/chrome/browser/resources/ntp/apps.js b/chrome/browser/resources/ntp/apps.js |
index b128f05e901912f5b09ee36e146e87ce298bcbb1..68a1be61ecebd8444af07cf08b601fcfe1805ab8 100644 |
--- a/chrome/browser/resources/ntp/apps.js |
+++ b/chrome/browser/resources/ntp/apps.js |
@@ -12,7 +12,7 @@ function getAppsCallback(data) { |
if (data.apps.length == 0) { |
appsSection.classList.add('disabled'); |
- setShownSections(Section.THUMB); |
+ layoutSections(); |
} else { |
data.apps.forEach(function(app) { |
appsSectionContent.appendChild(apps.createElement(app)); |