| Index: chrome/browser/resources/options/sync_setup_overlay.js
|
| diff --git a/chrome/browser/resources/options/sync_setup_overlay.js b/chrome/browser/resources/options/sync_setup_overlay.js
|
| index 961e61c4418df32350429044572d966520035110..791225190a45f03a84defecf5dbbaf53dceb7031 100644
|
| --- a/chrome/browser/resources/options/sync_setup_overlay.js
|
| +++ b/chrome/browser/resources/options/sync_setup_overlay.js
|
| @@ -397,6 +397,8 @@ cr.define('options', function() {
|
| $('sync-setup-configure').classList.remove('hidden');
|
|
|
| if (args) {
|
| + if (!args['encryptionEnabled'])
|
| + $('customize-sync-encryption').classList.add('hidden');
|
| this.setCheckboxesAndErrors_(args);
|
|
|
| // Whether to display the 'Sync everything' confirmation page or the
|
|
|