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

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

Issue 7291004: Wire up notifications to the New Tab page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 months 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
« no previous file with comments | « no previous file | chrome/browser/resources/ntp/apps.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_tab.html
===================================================================
--- chrome/browser/resources/new_tab.html (revision 91278)
+++ chrome/browser/resources/new_tab.html (working copy)
@@ -151,6 +151,18 @@
<button id="apps-promo-hide"></button>
</div>
<div id="apps-content"></div>
+ <div id="app-notification-bubble" class="notification-bubble">
+ <img id="app-notification-close" src="chrome://theme/IDR_CLOSE_BAR"
+ class="app-notification-close">
+ <strong id="app-notification-title"></strong><br>
+ <span id="app-notification-message"></span><br><br>
+ <a id="app-notification-link"></a></div>
Evan Stade 2011/07/02 00:27:50 nit: place closing div on new line
+ <div id="arrow-contents"
+ class="arrow arrow-contents notification-bubble-closed"></div>
+ <div id="arrow-border"
+ class="arrow arrow-border notification-bubble-closed"></div>
+ <div id="arrow-shadow"
+ class="arrow arrow-shadow notification-bubble-closed"></div>
</div>
<div class="maxiview" id="most-visited-maxiview"></div>
« no previous file with comments | « no previous file | chrome/browser/resources/ntp/apps.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698