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

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: default to close THUMB and RECENT section 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 cd2613c7ff41dbfba6d45bd18992cf2b794efdef..28697daeae14c61c68f19895447d09f7949dd251 100644
--- a/chrome/browser/resources/new_new_tab.html
+++ b/chrome/browser/resources/new_new_tab.html
@@ -290,6 +290,11 @@ cr.ui.decorate('button[menu]', cr.ui.MenuButton);
</script>
Aaron Boodman 2010/11/30 18:38:32 It's a little odd to have separate script blocks l
xiyuan 2010/11/30 19:07:58 Done.
<script>
+if (cr.isChromeOS)
+ $('closed-sections-bar').setAttribute('chromeos', true);
+</script>
+
+<script>
initializeLogin();
initializeSection('apps', MINIMIZED_APPS, Section.APPS);

Powered by Google App Engine
This is Rietveld 408576698