| Index: chrome/browser/resources/chromeos/guest_session_tab.html
|
| diff --git a/chrome/browser/resources/chromeos/guest_session_tab.html b/chrome/browser/resources/chromeos/guest_session_tab.html
|
| index e15010b5445a53db316518633e74e673ae757def..1bd85e84e859cfeb5c0487fcf5b4e28097ae10e4 100644
|
| --- a/chrome/browser/resources/chromeos/guest_session_tab.html
|
| +++ b/chrome/browser/resources/chromeos/guest_session_tab.html
|
| @@ -3,6 +3,7 @@
|
| <head>
|
| <meta charset="utf-8">
|
| <title i18n-content="title"></title>
|
| +<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
|
| <link rel="stylesheet" href="../ntp4/incognito_and_guest_tab.css">
|
| <link rel="stylesheet" href="login/enterprise_info.css">
|
| <script>
|
| @@ -12,7 +13,7 @@ document.write('<link id="incognitothemecss" rel="stylesheet" ' +
|
| Date.now() + '">');
|
| </script>
|
| </head>
|
| -<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
|
| +<body>
|
| <div id="enterprise-info" location="guest-tab"
|
| i18n-values="visible:enterpriseInfoVisible;">
|
| <img src="chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY"/>
|
|
|