| Index: chrome/browser/resources/sync_internals/sync_log.js | 
| diff --git a/chrome/browser/resources/sync_internals/sync_log.js b/chrome/browser/resources/sync_internals/sync_log.js | 
| index 704fd5a9aef4bf42f2e7703e64109ff8d3f43654..35a6f2fc3fe0bbd56569aa625215337ed1a018dd 100644 | 
| --- a/chrome/browser/resources/sync_internals/sync_log.js | 
| +++ b/chrome/browser/resources/sync_internals/sync_log.js | 
| @@ -75,9 +75,9 @@ cr.define('chrome.sync', function() { | 
| }); | 
| }); | 
|  | 
| -    chrome.sync.onPassphraseRequired.addListener(function (forDecryption) { | 
| +    chrome.sync.onPassphraseRequired.addListener(function (reason) { | 
| self.log_('manager', 'onPassphraseRequired', { | 
| -                  forDecryption: forDecryption | 
| +                  reason: reason | 
| }); | 
| }); | 
|  | 
|  |