| 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 3ae53d5550673046fc9d2081fb77b4e530ba819e..513b4d268f008bf01a20e12caa3c78ed66ba5c26 100644
|
| --- a/chrome/browser/resources/ntp4/new_tab.html
|
| +++ b/chrome/browser/resources/ntp4/new_tab.html
|
| @@ -28,8 +28,11 @@
|
| <link rel="stylesheet" href="nav_dot.css">
|
| <link rel="stylesheet" href="new_tab.css">
|
| <link rel="stylesheet" href="tile_page.css">
|
| -<link id="themecss" rel="stylesheet" href="chrome://theme/css/new_tab_theme.css">
|
| -
|
| +<script>
|
| +// Until themes can clear the cache, force-reload the theme stylesheet.
|
| +document.write('<link id="themecss" rel="stylesheet" ' +
|
| + 'href="chrome://theme/css/new_tab_theme.css?' + Date.now() + '">');
|
| +</script>
|
| <script src="../../../../ui/webui/resources/js/action_link.js"></script>
|
| <script src="../../../../ui/webui/resources/js/event_tracker.js"></script>
|
| <script src="../../../../ui/webui/resources/js/util.js"></script>
|
|
|