| Index: chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h b/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h
|
| index ba2bb177130fefa832776d3e531f98d9a53cb485..88f58b369e1c9ce13f2eb56230e529e37298bdc4 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h
|
| @@ -36,6 +36,7 @@ class AutofillDialogCocoa;
|
| - (void)updateAccountChooser;
|
| - (void)updateButtonStrip;
|
| - (void)updateSection:(autofill::DialogSection)section;
|
| +- (void)updateForErrors;
|
| - (void)fillSection:(autofill::DialogSection)section
|
| forInput:(const autofill::DetailInput&)input;
|
| - (void)getInputs:(autofill::FieldValueMap*)outputs
|
|
|