Chromium Code Reviews| 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> |