| Index: chrome/browser/resources/ntp4/new_tab.html
|
| ===================================================================
|
| --- chrome/browser/resources/ntp4/new_tab.html (revision 108284)
|
| +++ chrome/browser/resources/ntp4/new_tab.html (working copy)
|
| @@ -28,6 +28,7 @@
|
|
|
| <link rel="stylesheet" href="../shared/css/gradient_button.css">
|
| <link rel="stylesheet" href="../shared/css/bubble.css">
|
| +<link rel="stylesheet" href="../shared/css/expandable_bubble.css">
|
| <link rel="stylesheet" href="../shared/css/menu.css">
|
| <link rel="stylesheet" href="apps_page.css">
|
| <link rel="stylesheet" href="bookmarks_page.css">
|
| @@ -46,6 +47,7 @@
|
| <script src="../shared/js/cr.js"></script>
|
| <script src="../shared/js/cr/ui.js"></script>
|
| <script src="../shared/js/cr/ui/bubble.js"></script>
|
| +<script src="../shared/js/cr/ui/expandable_bubble.js"></script>
|
| <script src="../shared/js/cr/ui/menu.js"></script>
|
| <script src="../shared/js/cr/ui/menu_item.js"></script>
|
| <script src="../shared/js/cr/ui/position_util.js"></script>
|
|
|