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 23b6305aafe5e23358a2b6ac3ccabc76d1875ca2..4fc710fba7b67a9d0030dfbeccec116a71a182e6 100644 |
--- a/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.h |
+++ b/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.h |
@@ -132,4 +132,9 @@ class LocationBarDecoration; |
@property(nonatomic, readonly) NSAttributedString* hintString; |
@property(nonatomic, readonly) NSAttributedString* hintIconLabel; |
+// Setup decoration tooltips on |controlView| by calling |
+// |-addToolTip:forRect:|. |
+- (void)updateToolTipsInRect:(NSRect)cellFrame |
+ ofView:(AutocompleteTextField*)controlView; |
+ |
@end |