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

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

Issue 7066005: Put Sync Encryption UI behind command line switch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/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" class="hidden"> 2 <div id="sync-setup-login" class="hidden">
3 <h1 i18n-content="syncSetupOverlayTitle"></h1> 3 <h1 i18n-content="syncSetupOverlayTitle"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <div> 5 <div>
6 <div id="top-blurb-error"> 6 <div id="top-blurb-error">
7 <span id="error-signing-in" i18n-content="errorSigningIn"></span> 7 <span id="error-signing-in" i18n-content="errorSigningIn"></span>
8 <span id="error-custom"></span> 8 <span id="error-custom"></span>
9 </div> 9 </div>
10 <form id="gaia-login-form"> 10 <form id="gaia-login-form">
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 </div> 283 </div>
284 </div> 284 </div>
285 </div> 285 </div>
286 </div> 286 </div>
287 <div class="sync-errors"> 287 <div class="sync-errors">
288 <span id="error-text" i18n-content="syncZeroDataTypesError" 288 <span id="error-text" i18n-content="syncZeroDataTypesError"
289 class="sync-error-hide"></span> 289 class="sync-error-hide"></span>
290 <span id="aborted-text" i18n-content="abortedError" 290 <span id="aborted-text" i18n-content="abortedError"
291 class="sync-error-hide"></span> 291 class="sync-error-hide"></span>
292 </div> 292 </div>
293 <div id="customize-sync-encryption">
293 <hr> 294 <hr>
294 <h4 i18n-content="encryptedDataTypesTitle"></h4> 295 <h4 i18n-content="encryptedDataTypesTitle"></h4>
295 <div class="sync-customize-section-container"> 296 <div class="sync-customize-section-container">
296 <div> 297 <div>
297 <input id="encrypt-sensitive-option" name="encrypt" type="radio" 298 <input id="encrypt-sensitive-option" name="encrypt" type="radio"
298 value="sensitive"> 299 value="sensitive">
299 <label for="encrypt-sensitive-option" 300 <label for="encrypt-sensitive-option"
300 i18n-content="encryptSensitiveOption"></label> 301 i18n-content="encryptSensitiveOption"></label>
301 </div> 302 </div>
302 <div> 303 <div>
303 <input id="encrypt-all-option" name="encrypt" type="radio" 304 <input id="encrypt-all-option" name="encrypt" type="radio"
304 value="all"> 305 value="all">
305 <label for="encrypt-all-option" i18n-content="encryptAllOption"> 306 <label for="encrypt-all-option" i18n-content="encryptAllOption">
306 </label> 307 </label>
308 </div>
307 </div> 309 </div>
308 </div> 310 </div>
309 <hr> 311 <hr>
310 <h4 i18n-content="passphraseSectionTitle"></h4> 312 <h4 i18n-content="passphraseSectionTitle"></h4>
311 <div class="sync-customize-section-container"> 313 <div class="sync-customize-section-container">
312 <div id="passphrase-encryption-message" 314 <div id="passphrase-encryption-message"
313 i18n-content="passphraseEncryptionMessage"></div> 315 i18n-content="passphraseEncryptionMessage"></div>
314 <div> 316 <div>
315 <input id="google-option" name="option" type="radio" 317 <input id="google-option" name="option" type="radio"
316 value="google"> 318 value="google">
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 </div> 393 </div>
392 </form> 394 </form>
393 </div> 395 </div>
394 <div class="action-area"> 396 <div class="action-area">
395 <div id="passphrase-throbber" class="throbber"></div> 397 <div id="passphrase-throbber" class="throbber"></div>
396 <input id="passphrase-ok" type="submit" i18n-values="value:ok"> 398 <input id="passphrase-ok" type="submit" i18n-values="value:ok">
397 <input id="passphrase-cancel" type="button" i18n-values="value:cancel"> 399 <input id="passphrase-cancel" type="button" i18n-values="value:cancel">
398 </div> 400 </div>
399 </div> 401 </div>
400 </div> 402 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/sync_setup_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698