| Index: chrome/browser/resources/new_tab.html
|
| ===================================================================
|
| --- chrome/browser/resources/new_tab.html (revision 90942)
|
| +++ chrome/browser/resources/new_tab.html (working copy)
|
| @@ -151,6 +151,15 @@
|
| <button id="apps-promo-hide"></button>
|
| </div>
|
| <div id="apps-content"></div>
|
| + <div id="notification-bubble" class="notification-bubble">
|
| + <img id="notification-close" src="chrome://theme/IDR_CLOSE_BAR"
|
| + class="app-notification-close">
|
| + <strong id="notification-title"></strong><br>
|
| + <span id="notification-message"></span><br><br>
|
| + <a id="notification-link"></a></div>
|
| + <div id="arrow-contents" class="arrow arrow-contents"></div>
|
| + <div id="arrow-border" class="arrow arrow-border"></div>
|
| + <div id="arrow-shadow" class="arrow arrow-shadow"></div>
|
| </div>
|
| <div class="maxiview" id="most-visited-maxiview"></div>
|
|
|
|
|