| 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 fb6f93e21c0ebe32067dda68fd529daa7046370d..21caff7e3d08b281bd2d55e784b8bf6e42d0692d 100644
|
| --- a/chrome/browser/resources/ntp_search/new_tab.html
|
| +++ b/chrome/browser/resources/ntp_search/new_tab.html
|
| @@ -86,18 +86,17 @@
|
| <div id="login-status-sub-header"></div>
|
| </button>
|
|
|
| - <div id="notification-container" class="inactive" hidden>
|
| - <div id="notification">
|
| - <span></span>
|
| - <div id="notificationLinks"></div>
|
| - <button class="close-button custom-appearance" class="custom-appearance">
|
| - </button>
|
| - </div>
|
| - </div>
|
| -
|
| <div id="card-slider-frame">
|
| <div id="page-list-menu">
|
| <ul id="dot-list"></ul>
|
| + <div id="notification-container" class="inactive" hidden>
|
| + <div id="notification">
|
| + <span></span>
|
| + <div id="notificationLinks"></div>
|
| + <button class="close-button custom-appearance">
|
| + </button>
|
| + </div>
|
| + </div>
|
| </div>
|
| <div id="page-list"></div>
|
| <div id="attribution">
|
|
|