Index: chrome/browser/resources/ntp_search/new_tab.html |
diff --git a/chrome/browser/resources/ntp_search/new_tab.html b/chrome/browser/resources/ntp_search/new_tab.html |
index aaa8a1d0b11740a3f06fb88ff78efd38135a2728..a27cfe5d8aab4fbc40bf630501c5dcc6765be7dd 100644 |
--- a/chrome/browser/resources/ntp_search/new_tab.html |
+++ b/chrome/browser/resources/ntp_search/new_tab.html |
@@ -28,6 +28,7 @@ |
<script src="../ntp4/logging.js"></script> |
<!-- TODO(jeremycho): This is only used for notifications. Discuss with UX. --> |
+<link rel="stylesheet" href="../shared/css/bubble.css"> |
Dan Beam
2012/11/29 04:59:55
rebase issues?
pedro (no code reviews)
2012/11/29 08:02:37
No. I noticed that there's yet another type of not
Dan Beam
2012/11/30 23:41:45
estade@: ^ (I think there's a way of triggering no
|
<link rel="stylesheet" href="../shared/css/expandable_bubble.css"> |
<link rel="stylesheet" href="../shared/css/menu.css"> |
<link rel="stylesheet" href="../shared/css/menu_button.css"> |
@@ -53,6 +54,7 @@ |
<script src="../shared/js/util.js"></script> |
<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/card_slider.js"></script> |
<script src="../shared/js/cr/ui/context_menu_handler.js"></script> |
<script src="../shared/js/cr/ui/drag_wrapper.js"></script> |