| Index: chrome/browser/cocoa/find_bar_cocoa_controller.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/find_bar_cocoa_controller.h (revision 22499)
|
| +++ chrome/browser/cocoa/find_bar_cocoa_controller.h (working copy)
|
| @@ -40,8 +40,9 @@
|
|
|
| - (IBAction)previousResult:(id)sender;
|
|
|
| -// Positions the find bar based on the location of |contentArea|.
|
| -- (void)positionFindBarView:(NSView*)contentArea;
|
| +// Positions the find bar based on the location of the infobar container.
|
| +// TODO(rohitrao): Move this logic into BrowserWindowController.
|
| +- (void)positionFindBarView:(NSView*)infoBarContainerView;
|
|
|
| // Methods called from FindBarBridge.
|
| - (void)showFindBar;
|
|
|