| Index: chrome/browser/ui/cocoa/autofill/autofill_input_field.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_input_field.h b/chrome/browser/ui/cocoa/autofill/autofill_input_field.h
|
| index 5c3f162f3dca71dfaa37ee10a6e6b6e7b9285915..728903bbf75d3db0918f0a7f4840c6541d302d9a 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_input_field.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_input_field.h
|
| @@ -21,6 +21,9 @@
|
| // Delegate to handle editing events on the AutofillInputFields.
|
| @protocol AutofillInputDelegate<NSObject>
|
|
|
| +// Input field or its editor received a mouseDown: message.
|
| +- (void)onMouseDown:(NSControl<AutofillInputField>*)sender;
|
| +
|
| // An input field just became first responder.
|
| - (void)fieldBecameFirstResponder:(NSControl<AutofillInputField>*)field;
|
|
|
|
|