| Index: chrome/browser/resources/local_ntp/local_ntp.html
|
| diff --git a/chrome/browser/resources/local_ntp/local_ntp.html b/chrome/browser/resources/local_ntp/local_ntp.html
|
| index 2b3e1e4f7a300ed7f693f1673da9c2b7d883d43d..8db7c1d67565fdba0e4962c7620579e67b81fb57 100644
|
| --- a/chrome/browser/resources/local_ntp/local_ntp.html
|
| +++ b/chrome/browser/resources/local_ntp/local_ntp.html
|
| @@ -4,9 +4,10 @@
|
| Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file. -->
|
| <head>
|
| + <link rel="stylesheet" href="chrome-search://local-ntp/theme.css"></link>
|
| + <link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link>
|
| <script src="chrome-search://local-ntp/config.js"></script>
|
| <script src="chrome-search://local-ntp/local-ntp.js"></script>
|
| - <link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link>
|
| <meta charset="utf-8">
|
| <meta name="google" value="notranslate">
|
| </head>
|
|
|