Chromium Code Reviews| 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..3a32a123f191c7f3eaa98ef34463e89c957c9c10 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). --> |
|
Dan Beam
2012/03/27 01:21:06
btw, estade brought up a good point that if you're
Patrick Dubroy
2012/03/27 13:44:21
See my comment above. I don't think it makes any m
|
| +<div id="other-sessions-promo-message" class="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. --> |