Index: chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.h |
diff --git a/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.h b/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.h |
index cbb3e635168da47d883d251790c043735d24b268..d1150e2f5db1926c4431358d2ce1a5e505ce0509 100644 |
--- a/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.h |
+++ b/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.h |
@@ -82,6 +82,11 @@ class LocationBarDecoration; |
inRect:(NSRect)cellFrame |
ofView:(AutocompleteTextField*)controlView; |
+// Overridden from StyledTextFieldCell to include decorations adjacent |
+// to the text area which don't handle mouse clicks themselves. |
+// Keyword-search bubble, for instance. |
+- (NSRect)textCursorFrameForFrame:(NSRect)cellFrame; |
+ |
@end |
// Internal methods here exposed for unit testing. |