| Index: chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm | 
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm | 
| index 306ba33202f7efa39af599e6fb2229ef95c6b546..ae74ec44de839623902b269b97a6ab8fa26d5c3f 100644 | 
| --- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm | 
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm | 
| @@ -105,9 +105,6 @@ void AutofillDialogCocoa::UpdateNotificationArea() { | 
| [sheet_delegate_ updateNotificationArea]; | 
| } | 
|  | 
| -void AutofillDialogCocoa::UpdateAutocheckoutStepsArea() { | 
| -} | 
| - | 
| void AutofillDialogCocoa::UpdateSection(DialogSection section) { | 
| [sheet_delegate_ updateSection:section]; | 
| } | 
| @@ -138,8 +135,6 @@ void AutofillDialogCocoa::HideSignIn() { | 
| [sheet_delegate_ hideSignIn]; | 
| } | 
|  | 
| -void AutofillDialogCocoa::UpdateProgressBar(double value) {} | 
| - | 
| void AutofillDialogCocoa::ModelChanged() { | 
| [sheet_delegate_ modelChanged]; | 
| } | 
|  |