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

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

Issue 14691004: [sync] Separate sign in from sync on Desktop Chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 7 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
OLDNEW
1 <div id="sync-setup-overlay" class="page" hidden> 1 <div id="sync-setup-overlay" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <div id="sync-setup-login" hidden> 3 <div id="sync-setup-login" hidden>
4 <div id="promo-title-container" hidden> 4 <div id="promo-title-container" hidden>
5 <h1 i18n-content="promoTitle"></h1> 5 <h1 i18n-content="promoTitle"></h1>
6 <h2> 6 <h2>
7 <span i18n-content="promoTitleShort"></span> 7 <span i18n-content="promoTitleShort"></span>
8 <a id="promo-learn-more" i18n-content="promoLearnMore" 8 <a id="promo-learn-more" i18n-content="promoLearnMore"
9 i18n-values="href:promoLearnMoreURL"> 9 i18n-values="href:promoLearnMoreURL">
10 </a> 10 </a>
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 </div> 171 </div>
172 </div> 172 </div>
173 <div id="customize-sync-preferences" hidden> 173 <div id="customize-sync-preferences" hidden>
174 <h1 i18n-content="syncSetupConfigureTitle"></h1> 174 <h1 i18n-content="syncSetupConfigureTitle"></h1>
175 <form id="choose-data-types-form"> 175 <form id="choose-data-types-form">
176 <div id="sync-configure-content" class="content-area"> 176 <div id="sync-configure-content" class="content-area">
177 <div id="sync-select-container"> 177 <div id="sync-select-container">
178 <select id="sync-select-datatypes"> 178 <select id="sync-select-datatypes">
179 <option i18n-content="syncAllDataTypes" selected></option> 179 <option i18n-content="syncAllDataTypes" selected></option>
180 <option i18n-content="chooseDataTypes"></option> 180 <option i18n-content="chooseDataTypes"></option>
181 <option i18n-content="syncNothing"></option>
181 </select> 182 </select>
182 <div id="choose-data-types-body"> 183 <div id="choose-data-types-body">
183 <div id="apps-item" class="sync-type-checkbox checkbox"> 184 <div id="apps-item" class="sync-type-checkbox checkbox">
184 <label> 185 <label>
185 <input id="apps-checkbox" type="checkbox"> 186 <input id="apps-checkbox" type="checkbox">
186 <span i18n-content="apps" i18n-values="title:apps"></span> 187 <span i18n-content="apps" i18n-values="title:apps"></span>
187 </label> 188 </label>
188 </div> 189 </div>
189 <div id="autofill-item" class="sync-type-checkbox checkbox"> 190 <div id="autofill-item" class="sync-type-checkbox checkbox">
190 <label> 191 <label>
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 <span i18n-values=".innerHTML:stopSyncingExplanation"></span> 406 <span i18n-values=".innerHTML:stopSyncingExplanation"></span>
406 </div> 407 </div>
407 <div class="action-area button-strip"> 408 <div class="action-area button-strip">
408 <input id="stop-syncing-cancel" type="button" 409 <input id="stop-syncing-cancel" type="button"
409 i18n-values="value:cancel"> 410 i18n-values="value:cancel">
410 <input id="stop-syncing-ok" type="button" 411 <input id="stop-syncing-ok" type="button"
411 i18n-values="value:stopSyncingConfirm"> 412 i18n-values="value:stopSyncingConfirm">
412 </div> 413 </div>
413 </div> 414 </div>
414 </div> 415 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/browser_options.js ('k') | chrome/browser/resources/sync_setup_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698