Chromium Code Reviews| 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. |