| Index: chrome/browser/resources/incognito_tab.html
|
| diff --git a/chrome/browser/resources/incognito_tab.html b/chrome/browser/resources/incognito_tab.html
|
| index 03dad1dd871e1d0f9d88fd415b2ada1e8fc978d9..d2230e0f020b7ac1f78ba8152c482b394931c4e7 100644
|
| --- a/chrome/browser/resources/incognito_tab.html
|
| +++ b/chrome/browser/resources/incognito_tab.html
|
| @@ -6,7 +6,7 @@
|
| <script>
|
| // Until themes can clear the cache, force-reload the theme stylesheet.
|
| document.write('<link id="incognitothemecss" rel="stylesheet" ' +
|
| - 'href="chrome://theme/css/newincognitotab.css?' +
|
| + 'href="chrome://theme/css/incognito_new_tab_theme.css?' +
|
| Date.now() + '">');
|
| </script>
|
| </head>
|
| @@ -23,7 +23,7 @@ document.write('<link id="incognitothemecss" rel="stylesheet" ' +
|
| <script>
|
| function themeChanged() {
|
| document.getElementById('incognitothemecss').href =
|
| - 'chrome://theme/css/newincognitotab.css?' + Date.now();
|
| + 'chrome://theme/css/incognito_new_tab_theme.css?' + Date.now();
|
| }
|
|
|
| function bookmarkBarAttached() {
|
|
|