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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values=" 2 <html i18n-values="
3 dir:textdirection; 3 dir:textdirection;
4 hasattribution:hasattribution; 4 hasattribution:hasattribution;
5 customlogo:customlogo; 5 customlogo:customlogo;
6 themegravity:themegravity; 6 themegravity:themegravity;
7 bookmarkbarattached:bookmarkbarattached;" 7 bookmarkbarattached:bookmarkbarattached;"
8 class="starting-up"> 8 class="starting-up">
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 <!-- App install hint --> 190 <!-- App install hint -->
191 <a id="app-install-hint-template" class="app-install-hint"> 191 <a id="app-install-hint-template" class="app-install-hint">
192 <div class="app-install-hint-interior"> 192 <div class="app-install-hint-interior">
193 <div class="interior-background"></div> 193 <div class="interior-background"></div>
194 <div class="vertical-bar"></div> 194 <div class="vertical-bar"></div>
195 <div class="horizontal-bar"></div> 195 <div class="horizontal-bar"></div>
196 </div> 196 </div>
197 <span i18n-content="appInstallHintText"></span> 197 <span i18n-content="appInstallHintText"></span>
198 </a> 198 </a>
199 199
200 <!-- Message shown in the other sessions menu when the user is signed in but
201 there is no session data (e.g. they have tab sync turned off). -->
202 <div id="other-sessions-promo-template" class="other-sessions-promo-message">
203 <span i18n-content="otherSessionsEmpty"></span>
204 <p>
205 <a i18n-values="href:otherSessionsLearnMoreUrl" i18n-content="learnMore">
206 </a>
207 </p>
208 </div>
209
200 </div> 210 </div>
201 211
202 <!-- This is used to measure text in the current locale. It is not visible. --> 212 <!-- This is used to measure text in the current locale. It is not visible. -->
203 <div id="fontMeasuringDiv"></div> 213 <div id="fontMeasuringDiv"></div>
204 214
205 </html> 215 </html>
OLDNEW
« 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