| Index: chrome/browser/resources/ntp/apps.js
|
| diff --git a/chrome/browser/resources/ntp/apps.js b/chrome/browser/resources/ntp/apps.js
|
| index 52cafffcea2ae97da93d4825d5756230e9a228ea..81d7eb0624569050c58f00ba3e3c70a1875cc3ab 100644
|
| --- a/chrome/browser/resources/ntp/apps.js
|
| +++ b/chrome/browser/resources/ntp/apps.js
|
| @@ -252,13 +252,6 @@ var apps = (function() {
|
| document.documentElement.setAttribute("install-animation-enabled",
|
| "false");
|
| });
|
| -
|
| - // Make sure apps is de-minimized...
|
| - setSectionVisible('apps', Section.APPS, true, MINIMIZED_APPS);
|
| -
|
| - // ...and expanded.
|
| - if ($('apps').classList.contains('hidden'))
|
| - toggleSectionVisibilityAndAnimate('APPS');
|
| }
|
|
|
| var settingsButton = div.appendChild(new cr.ui.ContextMenuButton);
|
|
|