diff options
Diffstat (limited to 'chrome/browser/resources/sync_internals/chrome_sync.js')
-rw-r--r-- | chrome/browser/resources/sync_internals/chrome_sync.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/sync_internals/chrome_sync.js b/chrome/browser/resources/sync_internals/chrome_sync.js index 0340f63..4b452742 100644 --- a/chrome/browser/resources/sync_internals/chrome_sync.js +++ b/chrome/browser/resources/sync_internals/chrome_sync.js @@ -180,8 +180,8 @@ function onUpdatedToken(token) { chrome.sync.onUpdatedToken.dispatch_(token); } -function onPassphraseRequired(forDecryption) { - chrome.sync.onPassphraseRequired.dispatch_(forDecryption); +function onPassphraseRequired(reason) { + chrome.sync.onPassphraseRequired.dispatch_(reason); } function onPassphraseAccepted(bootstrapToken) { |