Index: chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h |
diff --git a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h |
index 69c0a119d4113f7bf70d92397522e88c8c81d187..3dc2a2838c1dbf3e3daa07c791c31110672e587a 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h |
+++ b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h |
@@ -102,6 +102,9 @@ class AutocompleteTextFieldObserver { |
// Called before the text field handles a mouse down event. |
virtual void OnMouseDown(NSInteger button_number) = 0; |
+ // Returns true if mouse down should select all. |
+ virtual bool ShouldSelectAllOnMouseDown() = 0; |
+ |
protected: |
virtual ~AutocompleteTextFieldObserver() {} |
}; |