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 001c378b84b41f735b15523da3d9315ed4f93284..bcf19b39a90ce9e640823f6df77fc4d577cee55b 100644 |
| --- a/chrome/browser/resources/new_new_tab.html |
| +++ b/chrome/browser/resources/new_new_tab.html |
| @@ -239,6 +239,11 @@ if ('mode' in hashParams) { |
| <command id="apps-launch-type-fullscreen" |
| i18n-values=".label:applaunchtypefullscreen" launch-type="2"> |
| +<!-- These are populated dynamically --> |
| +<menu id="apps-menu"></menu> |
| +<menu id="most-visited-menu"></menu> |
| +<menu id="recently-closed-menu"></menu> |
| + |
| <menu id="app-context-menu"> |
|
arv (Not doing code reviews)
2010/11/19 22:31:36
The order was changed so that the context menu is
|
| <button class="default" command="#apps-launch-command"></button> |
| <hr> |
| @@ -250,11 +255,6 @@ if ('mode' in hashParams) { |
| <button command="#apps-uninstall-command"></button> |
| </menu> |
| -<!-- These are populated dynamically --> |
| -<menu id="apps-menu"></menu> |
| -<menu id="most-visited-menu"></menu> |
| -<menu id="recently-closed-menu"></menu> |
| - |
| </body> |
| <script src="shared/js/i18n_template.js"></script> |