| Index: chrome/browser/resources/sync_internals/chrome_sync.js | 
| diff --git a/chrome/browser/resources/sync_internals/chrome_sync.js b/chrome/browser/resources/sync_internals/chrome_sync.js | 
| index 0340f6309462e4bac759da2d97c1b6c243837c25..4b4527425975444ec83ae616d57b18939ad82ed8 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) { | 
|  |