Chromium Code Reviews| 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); |