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

Side by Side Diff: chrome/browser/resources/sync_setup_overlay.html

Issue 10020028: Merge 130722 - On ChromeOS, the user is always signed in and we should not (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1084/src/
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/sync_setup_overlay.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 <div id="sync-setup-overlay" class="page" hidden> 1 <div id="sync-setup-overlay" class="page" hidden>
2 <div id="sync-setup-login" hidden> 2 <div id="sync-setup-login" hidden>
3 <div id="promo-title-container" hidden> 3 <div id="promo-title-container" hidden>
4 <h1 i18n-content="promoTitle"></h1> 4 <h1 i18n-content="promoTitle"></h1>
5 <h2> 5 <h2>
6 <span i18n-content="promoTitleShort"></span> 6 <span i18n-content="promoTitleShort"></span>
7 <a id="promo-learn-more" i18n-content="promoLearnMore" 7 <a id="promo-learn-more" i18n-content="promoLearnMore"
8 i18n-values="href:promoLearnMoreURL"> 8 i18n-values="href:promoLearnMoreURL">
9 </a> 9 </a>
10 </h2> 10 </h2>
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 <div class="button-strip"> 332 <div class="button-strip">
333 <input id="choose-datatypes-cancel" type="button" 333 <input id="choose-datatypes-cancel" type="button"
334 i18n-values="value:cancel"> 334 i18n-values="value:cancel">
335 <input id="choose-datatypes-ok" type="submit" 335 <input id="choose-datatypes-ok" type="submit"
336 i18n-values="value:ok"> 336 i18n-values="value:ok">
337 </div> 337 </div>
338 </div> 338 </div>
339 </form> 339 </form>
340 </div> 340 </div>
341 </div> 341 </div>
342 <div id="sync-setup-spinner" hidden>
343 <div class="close-button"></div>
344 <h1 i18n-content="syncSetupConfigureTitle"></h1>
345 <div class="content-area">
346 <div id="spinner-throbber" class="throbber"></div>
347 </div>
348 <div class="action-area button-strip">
349 <input id="sync-spinner-cancel" type="button" i18n-values="value:cancel">
350 </div>
351 </div>
342 <div id="sync-setup-stop-syncing" hidden> 352 <div id="sync-setup-stop-syncing" hidden>
343 <div class="close-button"></div> 353 <div class="close-button"></div>
344 <h1 i18n-content="stopSyncingTitle"></h1> 354 <h1 i18n-content="stopSyncingTitle"></h1>
345 <div class="content-area"> 355 <div class="content-area">
346 <span i18n-values=".innerHTML:stopSyncingExplanation"></span> 356 <span i18n-values=".innerHTML:stopSyncingExplanation"></span>
347 </div> 357 </div>
348 <div class="action-area button-strip"> 358 <div class="action-area button-strip">
349 <input id="stop-syncing-cancel" type="button" 359 <input id="stop-syncing-cancel" type="button"
350 i18n-values="value:cancel"> 360 i18n-values="value:cancel">
351 <input id="stop-syncing-ok" type="button" 361 <input id="stop-syncing-ok" type="button"
352 i18n-values="value:stopSyncingConfirm"> 362 i18n-values="value:stopSyncingConfirm">
353 </div> 363 </div>
354 </div> 364 </div>
355 </div> 365 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/sync_setup_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698