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

Unified Diff: chrome/browser/resources/sync_setup_overlay.html

Issue 7583023: In sync setup UI, move "For added security..." string up to the "Encrypted Data (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/sync_setup_overlay.html
diff --git a/chrome/browser/resources/sync_setup_overlay.html b/chrome/browser/resources/sync_setup_overlay.html
index 83b703c30509591d9b5a91ac602f2ae9b10b1a05..7d4f28ebcb1e8ee5d286fbf16a1279402e4bb00a 100644
--- a/chrome/browser/resources/sync_setup_overlay.html
+++ b/chrome/browser/resources/sync_setup_overlay.html
@@ -319,6 +319,8 @@
<hr>
<h4 i18n-content="encryptedDataTypesTitle"></h4>
<div class="sync-customize-section-container">
+ <div id="passphrase-encryption-message"
+ i18n-content="passphraseEncryptionMessage"></div>
<div>
<input id="encrypt-sensitive-option" name="encrypt" type="radio"
value="sensitive">
@@ -337,8 +339,6 @@
<h4 i18n-content="passphraseSectionTitle"></h4>
<div id="sync-custom-passphrase-container"
class="sync-customize-section-container">
- <div id="passphrase-encryption-message"
- i18n-content="passphraseEncryptionMessage"></div>
<div>
<input id="google-option" name="option" type="radio"
value="google">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698