Chromium Code Reviews| 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..cde0cf6b02d2051d5a96325df77ab717ab40d093 100644 |
| --- a/chrome/browser/resources/local_ntp/local_ntp.html |
| +++ b/chrome/browser/resources/local_ntp/local_ntp.html |
| @@ -4,6 +4,7 @@ |
| 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> |
| <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> |
|
Mathieu
2015/10/14 20:53:03
nit: I guess we could bring this CSS line with the
fserb
2015/10/20 18:48:16
Done.
|