| Index: chrome/browser/cocoa/autocomplete_text_field_cell.h
|
| diff --git a/chrome/browser/cocoa/autocomplete_text_field_cell.h b/chrome/browser/cocoa/autocomplete_text_field_cell.h
|
| index b8d931fccc583a19cecde378989573a97ac29c63..47fbb5259e595cffb7b9b9444bec3c4442ba57a0 100644
|
| --- a/chrome/browser/cocoa/autocomplete_text_field_cell.h
|
| +++ b/chrome/browser/cocoa/autocomplete_text_field_cell.h
|
| @@ -68,6 +68,9 @@
|
| // corresponds to the frame with our added decorations sliced off.
|
| - (NSRect)textFrameForFrame:(NSRect)cellFrame;
|
|
|
| +// Return the portion of the cell to use for displaing the |hintIcon_|.
|
| +- (NSRect)hintImageFrameForFrame:(NSRect)cellFrame;
|
| +
|
| @end
|
|
|
| // Internal methods here exposed for unit testing.
|
|
|