| 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 066c8490a0989e85aa98761302ccd665f6d0af3b..4cf5eba9c4cd744482b7ee5645b9dedb74cdf500 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab.html
|
| +++ b/chrome/browser/resources/ntp4/new_tab.html
|
| @@ -20,6 +20,7 @@
|
| <!-- It's important that this be the first script loaded. -->
|
| <script src="logging.js"></script>
|
|
|
| +<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
|
| <link rel="stylesheet" href="../../../../ui/webui/resources/css/bubble.css">
|
| <link rel="stylesheet" href="../../../../ui/webui/resources/css/expandable_bubble.css">
|
| <link rel="stylesheet" href="../../../../ui/webui/resources/css/menu.css">
|
| @@ -70,7 +71,7 @@
|
| <script src="other_sessions.js"></script>
|
| </head>
|
|
|
| -<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
|
| +<body>
|
| <div id="notification-container" class="inactive" hidden>
|
| <div id="notification">
|
| <span></span>
|
|
|