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

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

Issue 12286007: Revert "Revert 182527" ([Sync] Make SESSIONS an implicit type) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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/app/generated_resources.grd ('k') | 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 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 i18n-values="title:preferences"></span> 228 i18n-values="title:preferences"></span>
229 </label> 229 </label>
230 </div> 230 </div>
231 <div class="sync-type-checkbox checkbox"> 231 <div class="sync-type-checkbox checkbox">
232 <label> 232 <label>
233 <input id="themes-checkbox" type="checkbox"> 233 <input id="themes-checkbox" type="checkbox">
234 <span i18n-content="themes" i18n-values="title:themes"> 234 <span i18n-content="themes" i18n-values="title:themes">
235 </span> 235 </span>
236 </label> 236 </label>
237 </div> 237 </div>
238 <div id="sessions-item" class="sync-type-checkbox checkbox"> 238 <div id="tabs-item" class="sync-type-checkbox checkbox">
239 <label> 239 <label>
240 <input id="sessions-checkbox" type="checkbox"> 240 <input id="tabs-checkbox" type="checkbox">
241 <span i18n-content="openTabs" il8n-values="title:tabs"> 241 <span i18n-content="openTabs" il8n-values="title:tabs">
242 </span> 242 </span>
243 </label> 243 </label>
244 </div> 244 </div>
245 </div> 245 </div>
246 </div> 246 </div>
247 <div class="sync-configuration-errors"> 247 <div class="sync-configuration-errors">
248 <div id="error-text" i18n-content="syncZeroDataTypesError" 248 <div id="error-text" i18n-content="syncZeroDataTypesError"
249 class="sync-configuration-error reset-hidden" hidden></div> 249 class="sync-configuration-error reset-hidden" hidden></div>
250 </div> 250 </div>
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 <span i18n-values=".innerHTML:stopSyncingExplanation"></span> 405 <span i18n-values=".innerHTML:stopSyncingExplanation"></span>
406 </div> 406 </div>
407 <div class="action-area button-strip"> 407 <div class="action-area button-strip">
408 <input id="stop-syncing-cancel" type="button" 408 <input id="stop-syncing-cancel" type="button"
409 i18n-values="value:cancel"> 409 i18n-values="value:cancel">
410 <input id="stop-syncing-ok" type="button" 410 <input id="stop-syncing-ok" type="button"
411 i18n-values="value:stopSyncingConfirm"> 411 i18n-values="value:stopSyncingConfirm">
412 </div> 412 </div>
413 </div> 413 </div>
414 </div> 414 </div>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/sync_setup_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698