| Index: chrome/browser/resources/ntp4/new_tab.html
|
| diff --git a/chrome/browser/resources/ntp4/new_tab.html b/chrome/browser/resources/ntp4/new_tab.html
|
| index 24e79739f4a544b254886be09ec665da24d556a0..600fa96ba1b752cc615d487d3125a69957dc8c28 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab.html
|
| +++ b/chrome/browser/resources/ntp4/new_tab.html
|
| @@ -68,10 +68,12 @@ document.documentElement.setAttribute('touchui', true);
|
| </head>
|
|
|
| <body>
|
| - <div id="notification" class="inactive">
|
| - <span></span>
|
| - <div id="notificationLinks"></div>
|
| - <button class="close-button"></button>
|
| + <div id="notification-container" class="inactive" hidden>
|
| + <div id="notification">
|
| + <span></span>
|
| + <div id="notificationLinks"></div>
|
| + <button class="close-button"></button>
|
| + </div>
|
| </div>
|
|
|
| <div id="card-slider-frame">
|
|
|