2 <html i18n-values=
"dir:textdirection;bookmarkbarattached:bookmarkbarattached">
5 <title i18n-content=
"title"></title>
6 <link rel=
"stylesheet" href=
"guest_tab.css">
8 // Until themes can clear the cache, force-reload the theme stylesheet.
9 document
.write('<link id="guestthemecss" rel="stylesheet" ' +
10 'href="chrome://theme/css/guest_new_tab_theme.css?' +
16 i18n-values=
".style.fontFamily:fontfamily;.style.fontSize:fontsize">
17 <span i18n-values=
".innerHTML:content"></span>
20 <script src=
"chrome://resources/js/cr.js"></script>
22 cr
.define('ntp', function() {
25 function themeChanged() {
26 document
.getElementById('guestthemecss').href
=
27 'chrome://theme/css/guest_new_tab_theme.css?' + Date
.now();
31 themeChanged
: themeChanged
,