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

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

Issue 604373006: Compile chrome://settings, part 9: yet another final battle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@K_blockers_from_bookmarks
Patch Set: dbeam@'s review Created 6 years, 3 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
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 1ab271c780c72d3b21f27e2a90c6c449bd021bbb..b135cbc3abd99b7411e4eccd1b33288dbc1d928d 100644
--- a/chrome/browser/resources/sync_setup_overlay.js
+++ b/chrome/browser/resources/sync_setup_overlay.js
@@ -276,7 +276,8 @@ cr.define('options', function() {
var googlePassphrase = false;
if (!$('sync-existing-passphrase-container').hidden) {
// If we were prompted for an existing passphrase, use it.
- customPassphrase = $('choose-data-types-form').passphrase.value;
+ customPassphrase =
+ $('choose-data-types-form').querySelector('#passphrase').value;
Dan Beam 2014/10/02 02:56:35 i don't know why this is like this, but $('passphr
Vitaly Pavlenko 2014/10/02 18:18:22 Done.
usePassphrase = true;
// If we were displaying the 'enter your old google password' prompt,
// then that means this is the user's google password.

Powered by Google App Engine
This is Rietveld 408576698