| Index: chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h
|
| index 6c3721218263462422048d578d225ab6dc7b9909..0e98d0ac9c343b4727f4d98b59863a49d6f38dff 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h
|
| @@ -85,6 +85,9 @@ class AutofillDialogCocoa : public AutofillDialogView,
|
| - (id)initWithWebContents:(content::WebContents*)webContents
|
| autofillDialog:(autofill::AutofillDialogCocoa*)autofillDialog;
|
|
|
| +// A child view request re-layouting.
|
| +- (void)requestRelayout;
|
| +
|
| // Validate data. If it is valid, notify the controller that the user would
|
| // like to use the data.
|
| - (IBAction)accept:(id)sender;
|
|
|