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..e507a56fce5f198084181ac6d338c8daebb8b20b 100644 |
--- a/chrome/browser/resources/ntp4/new_tab.html |
+++ b/chrome/browser/resources/ntp4/new_tab.html |
@@ -197,6 +197,13 @@ |
<span i18n-content="appInstallHintText"></span> |
</a> |
+<!-- Message shown in the other sessions menu when there is no session data |
+ (e.g. the user is not signed in, or has tab sync off). --> |
+<div id="other-sessions-promo-message" class="promo-message" hidden> |
Dan Beam
2012/03/26 17:08:34
you don't need to hide this as the whole section i
Patrick Dubroy
2012/03/26 19:36:46
Done.
|
+ <span i18n-content="otherSessionsEmpty"></span> |
+ <p><span class="link-span" i18n-content="otherSessionsSignInText"></span></p> |
+</div> |
+ |
</div> |
<!-- This is used to measure text in the current locale. It is not visible. --> |