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

Unified Diff: chrome/browser/resources/ntp4/new_tab.html

Issue 9838064: Add a sign-in promo message to the Other Devices menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix copyright header. Created 8 years, 9 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/browser/resources/ntp4/new_tab.css ('k') | chrome/browser/resources/ntp4/new_tab.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/new_tab.html
diff --git a/chrome/browser/resources/ntp4/new_tab.html b/chrome/browser/resources/ntp4/new_tab.html
index dd5ab3e0f727ee2ed2348c18cfcb8152a27d6715..f698ec2ea9f5d6fff774fbacd207800196532772 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -197,6 +197,16 @@
<span i18n-content="appInstallHintText"></span>
</a>
+<!-- Message shown in the other sessions menu when the user is signed in but
+ there is no session data (e.g. they have tab sync turned off). -->
+<div id="other-sessions-promo-template" class="other-sessions-promo-message">
+ <span i18n-content="otherSessionsEmpty"></span>
+ <p>
+ <a i18n-values="href:otherSessionsLearnMoreUrl" i18n-content="learnMore">
+ </a>
+ </p>
+</div>
+
</div>
<!-- This is used to measure text in the current locale. It is not visible. -->
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.css ('k') | chrome/browser/resources/ntp4/new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698