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

Unified Diff: chrome/browser/resources/ntp_search/new_tab.html

Issue 11412214: NTP5: Fine tuning of Apps implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/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>

Powered by Google App Engine
This is Rietveld 408576698