| 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 3c923b96cf95dc57632f07d3a62402a695b6c2b9..3c18c94c1a5e2373ef6cbf759fee0a8d5be68d3c 100644
|
| --- a/chrome/browser/resources/ntp_search/new_tab.html
|
| +++ b/chrome/browser/resources/ntp_search/new_tab.html
|
| @@ -91,18 +91,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>
|
| <button id="page-switcher-start" class="page-switcher custom-appearance"
|
| tabindex="2" hidden>‹
|
|
|