Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Unified Diff: chrome/browser/resources/ntp/apps.js

Issue 4506002: Make sure the app section opens whenever a new apps is (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment cleanup Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698