| Index: chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.js
 | 
| diff --git a/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.js b/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.js
 | 
| index f63503e857564a57642e183ba7f5741048c6e513..76d2d6968af8ea4d5b6accb53ab1c91c9879849a 100644
 | 
| --- a/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.js
 | 
| +++ b/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.js
 | 
| @@ -47,9 +47,9 @@ Polymer({
 | 
|          'easy-unlock-enabled-status',
 | 
|          this.handleEasyUnlockEnabledStatusChanged_.bind(this));
 | 
|  
 | 
| -    this.addWebUIListener(
 | 
| -        'easy-unlock-turn-off-flow-status',
 | 
| -        function(status) { this.status_ = status; }.bind(this));
 | 
| +    this.addWebUIListener('easy-unlock-turn-off-flow-status', function(status) {
 | 
| +      this.status_ = status;
 | 
| +    }.bind(this));
 | 
|  
 | 
|      // Since the dialog text depends on the status, defer opening until we have
 | 
|      // retrieved the turn off status to prevent UI flicker.
 | 
| 
 |