Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(677)

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_input_field.h

Issue 51933002: [rAC, OSX] Autofill popup should be shown on 2nd click. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test helper. Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698