2 <html i18n-values=
"dir:textdirection;lang:language">
5 <title i18n-content=
"title"></title>
6 <link rel=
"stylesheet" href=
"chrome://resources/css/text_defaults.css">
7 <link rel=
"stylesheet" href=
"../ntp4/incognito_and_guest_tab.css">
8 <link rel=
"stylesheet" href=
"login/enterprise_info.css">
10 // Until themes can clear the cache, force-reload the theme stylesheet.
11 document
.write('<link id="incognitothemecss" rel="stylesheet" ' +
12 'href="chrome://theme/css/incognito_new_tab_theme.css?' +
17 <div id=
"enterprise-info" location=
"guest-tab"
18 i18n-values=
"visible:enterpriseInfoVisible;">
19 <img src=
"../../../../ui/webui/resources/images/business.svg">
20 <span id=
"enterprise-info-message" i18n-content=
"enterpriseInfoMessage">
22 <a id=
"enterprise-info-hint-link" i18n-content=
"enterpriseLearnMore"
23 i18n-values=
".href:enterpriseInfoHintLink"></a>
26 <h1 i18n-content=
"guestTabHeading"></h1>
28 <span i18n-content=
"guestTabDescription"></span>
29 <a i18n-content=
"learnMore" i18n-values=
".href:learnMoreLink"></a>
34 function themeChanged() {
35 document
.getElementById('incognitothemecss').href
=
36 'chrome://theme/css/incognito_new_tab_theme.css?' + Date
.now();