Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4973)

Unified Diff: chrome/browser/resources/chromeos/guest_session_tab.html

Issue 208683007: Update incognito and guest browsing new tab page: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Shorten illustration filename to fix presubmit Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/ntp4/guest_tab.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b4d2dc90da9a4dbe19db7038c3fbce02ee5a772b..c9bdec908c2c28bd5f70c6850e85b8807ad1800b 100644
--- a/chrome/browser/resources/chromeos/guest_session_tab.html
+++ b/chrome/browser/resources/chromeos/guest_session_tab.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title i18n-content="title"></title>
-<link rel="stylesheet" href="../ntp4/incognito_tab.css">
+<link rel="stylesheet" href="../ntp4/incognito_and_guest_tab.css">
<link rel="stylesheet" href="login/enterprise_info.css">
<script>
// Until themes can clear the cache, force-reload the theme stylesheet.
@@ -21,8 +21,12 @@ document.write('<link id="incognitothemecss" rel="stylesheet" ' +
<a id="enterprise-info-hint-link" i18n-content="learnMore"
i18n-values=".href:enterpriseInfoHintLink"></a>
</div>
-<div class="content" >
- <span i18n-values=".innerHTML:content"></span>
+<div class="content">
+ <h1 i18n-content="guestTabHeading"></h1>
+ <p>
+ <span i18n-content="guestTabDescription"></span>
+ <a i18n-content="learnMore" i18n-values=".href:learnMoreLink"></a>
+ </p>
</div>
</body>
<script>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/ntp4/guest_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698