| Index: chrome/browser/resources/ntp4/incognito_tab.html
|
| diff --git a/chrome/browser/resources/ntp4/incognito_tab.html b/chrome/browser/resources/ntp4/incognito_tab.html
|
| index f61294ef25fa23b8e5703140960008cc0d792abf..4b19819a5d3c151264f828bfd99809ed18bc3b10 100644
|
| --- a/chrome/browser/resources/ntp4/incognito_tab.html
|
| +++ b/chrome/browser/resources/ntp4/incognito_tab.html
|
| @@ -6,7 +6,8 @@
|
| <head>
|
| <meta charset="utf-8">
|
| <title i18n-content="title"></title>
|
| -<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
|
| +<meta name="viewport" content="width=device-width">
|
| +<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
|
| <link rel="stylesheet" href="incognito_and_guest_tab.css">
|
| <link rel="stylesheet" href="incognito_tab.css">
|
| <script>
|
|
|