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

Unified Diff: chrome/browser/resources/new_new_tab.html

Issue 5340007: NTP update for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address aa's comments 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/new_new_tab.html
diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html
index 2eecccac3e070fcafa9e195d5e87514e3d6c060a..9f7f01d1520446543b8adffd56a07ed458ca0078 100644
--- a/chrome/browser/resources/new_new_tab.html
+++ b/chrome/browser/resources/new_new_tab.html
@@ -288,12 +288,13 @@ i18nTemplate.process(document, templateData);
<script src="ntp/apps.js"></script>
<script>
-cr.ui.decorate('menu', cr.ui.Menu);
-cr.ui.decorate('command', cr.ui.Command);
-cr.ui.decorate('button[menu]', cr.ui.MenuButton);
-</script>
+ cr.ui.decorate('menu', cr.ui.Menu);
+ cr.ui.decorate('command', cr.ui.Command);
+ cr.ui.decorate('button[menu]', cr.ui.MenuButton);
+
+ if (cr.isChromeOS)
+ $('closed-sections-bar').setAttribute('chromeos', true);
-<script>
initializeLogin();
initializeSection('apps', MINIMIZED_APPS, Section.APPS);

Powered by Google App Engine
This is Rietveld 408576698