Commit 05464a71 authored by binji@chromium.org's avatar binji@chromium.org

In sync setup UI, move "For added security..." string up to the "Encrypted Data

Types" section.

BUG=91658
TEST=manual


Review URL: http://codereview.chromium.org/7583023

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95848 0039d316-1c4b-4281-b951-d872f2087c98
parent 6350b9f7
...@@ -319,6 +319,8 @@ ...@@ -319,6 +319,8 @@
<hr> <hr>
<h4 i18n-content="encryptedDataTypesTitle"></h4> <h4 i18n-content="encryptedDataTypesTitle"></h4>
<div class="sync-customize-section-container"> <div class="sync-customize-section-container">
<div id="passphrase-encryption-message"
i18n-content="passphraseEncryptionMessage"></div>
<div> <div>
<input id="encrypt-sensitive-option" name="encrypt" type="radio" <input id="encrypt-sensitive-option" name="encrypt" type="radio"
value="sensitive"> value="sensitive">
...@@ -337,8 +339,6 @@ ...@@ -337,8 +339,6 @@
<h4 i18n-content="passphraseSectionTitle"></h4> <h4 i18n-content="passphraseSectionTitle"></h4>
<div id="sync-custom-passphrase-container" <div id="sync-custom-passphrase-container"
class="sync-customize-section-container"> class="sync-customize-section-container">
<div id="passphrase-encryption-message"
i18n-content="passphraseEncryptionMessage"></div>
<div> <div>
<input id="google-option" name="option" type="radio" <input id="google-option" name="option" type="radio"
value="google"> value="google">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment