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

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

Issue 22958002: [Sync] Fix disappearing passphrase box in setup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reupload Created 7 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.js
diff --git a/chrome/browser/resources/sync_setup_overlay.js b/chrome/browser/resources/sync_setup_overlay.js
index 80ca474bd6aa7a4eb342cffb1b961ef133328bbe..a57e6a6915f65d388cc865641848cdf5925255bd 100644
--- a/chrome/browser/resources/sync_setup_overlay.js
+++ b/chrome/browser/resources/sync_setup_overlay.js
@@ -616,7 +616,6 @@ cr.define('options', function() {
$('customize-sync-preferences').hidden = false;
$('sync-custom-passphrase-container').hidden = false;
- $('sync-custom-passphrase').hidden = true;
$('sync-new-encryption-section-container').hidden = false;
$('customize-sync-encryption-new').hidden = false;
« 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