OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;lang:language"> |
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="chrome://resources/css/text_defaults.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
7 <link rel="stylesheet" href="../ntp4/incognito_and_guest_tab.css"> | 7 <link rel="stylesheet" href="../ntp4/incognito_and_guest_tab.css"> |
8 <link rel="stylesheet" href="login/enterprise_info.css"> | 8 <link rel="stylesheet" href="login/enterprise_info.css"> |
9 <script> | 9 <script> |
10 // Until themes can clear the cache, force-reload the theme stylesheet. | 10 // Until themes can clear the cache, force-reload the theme stylesheet. |
11 document.write('<link id="incognitothemecss" rel="stylesheet" ' + | 11 document.write('<link id="incognitothemecss" rel="stylesheet" ' + |
12 'href="chrome://theme/css/incognito_new_tab_theme.css?' + | 12 'href="chrome://theme/css/incognito_new_tab_theme.css?' + |
(...skipping 18 matching lines...) Expand all Loading... |
31 </div> | 31 </div> |
32 </body> | 32 </body> |
33 <script> | 33 <script> |
34 function themeChanged() { | 34 function themeChanged() { |
35 document.getElementById('incognitothemecss').href = | 35 document.getElementById('incognitothemecss').href = |
36 'chrome://theme/css/incognito_new_tab_theme.css?' + Date.now(); | 36 'chrome://theme/css/incognito_new_tab_theme.css?' + Date.now(); |
37 } | 37 } |
38 </script> | 38 </script> |
39 </html> | 39 </html> |
40 | 40 |
OLD | NEW |