OLD | NEW |
1 <!DOCTYPE html> | 1 <!doctype html> |
2 <html i18n-values="dir:textdirection;bookmarkbarattached:bookmarkbarattached"> | 2 <html i18n-values="dir:textdirection;bookmarkbarattached:bookmarkbarattached"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <title i18n-content="title"></title> | 5 <title i18n-content="title"></title> |
6 <link rel="stylesheet" href="incognito_and_guest_tab.css"> | 6 <link rel="stylesheet" href="incognito_and_guest_tab.css"> |
7 <link rel="stylesheet" href="incognito_tab.css"> | 7 <link rel="stylesheet" href="incognito_tab.css"> |
8 <script> | 8 <script> |
9 // Until themes can clear the cache, force-reload the theme stylesheet. | 9 // Until themes can clear the cache, force-reload the theme stylesheet. |
10 document.write('<link id="incognitothemecss" rel="stylesheet" ' + | 10 document.write('<link id="incognitothemecss" rel="stylesheet" ' + |
11 'href="chrome://theme/css/incognito_new_tab_theme.css?' + | 11 'href="chrome://theme/css/incognito_new_tab_theme.css?' + |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'chrome://theme/css/incognito_new_tab_theme.css?' + Date.now(); | 45 'chrome://theme/css/incognito_new_tab_theme.css?' + Date.now(); |
46 } | 46 } |
47 | 47 |
48 return { | 48 return { |
49 setBookmarkBarAttached: setBookmarkBarAttached, | 49 setBookmarkBarAttached: setBookmarkBarAttached, |
50 themeChanged: themeChanged, | 50 themeChanged: themeChanged, |
51 }; | 51 }; |
52 }); | 52 }); |
53 </script> | 53 </script> |
54 </html> | 54 </html> |
OLD | NEW |