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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/options/sync_setup_overlay.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/sync_setup_overlay.html
diff --git a/chrome/browser/resources/options/sync_setup_overlay.html b/chrome/browser/resources/options/sync_setup_overlay.html
index 6abb9aa5c399d5a2a1eaf385bb2a705a2518ea06..fe6209326502e39f37fc8428eaa3d2ca563163a8 100644
--- a/chrome/browser/resources/options/sync_setup_overlay.html
+++ b/chrome/browser/resources/options/sync_setup_overlay.html
@@ -290,20 +290,22 @@
<span id="aborted-text" i18n-content="abortedError"
class="sync-error-hide"></span>
</div>
+ <div id="customize-sync-encryption">
<hr>
- <h4 i18n-content="encryptedDataTypesTitle"></h4>
- <div class="sync-customize-section-container">
- <div>
- <input id="encrypt-sensitive-option" name="encrypt" type="radio"
- value="sensitive">
- <label for="encrypt-sensitive-option"
- i18n-content="encryptSensitiveOption"></label>
- </div>
- <div>
- <input id="encrypt-all-option" name="encrypt" type="radio"
- value="all">
- <label for="encrypt-all-option" i18n-content="encryptAllOption">
- </label>
+ <h4 i18n-content="encryptedDataTypesTitle"></h4>
+ <div class="sync-customize-section-container">
+ <div>
+ <input id="encrypt-sensitive-option" name="encrypt" type="radio"
+ value="sensitive">
+ <label for="encrypt-sensitive-option"
+ i18n-content="encryptSensitiveOption"></label>
+ </div>
+ <div>
+ <input id="encrypt-all-option" name="encrypt" type="radio"
+ value="all">
+ <label for="encrypt-all-option" i18n-content="encryptAllOption">
+ </label>
+ </div>
</div>
</div>
<hr>
« 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