Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(696)

Unified Diff: chrome/browser/cocoa/find_bar_cocoa_controller.h

Issue 159776: Rewrites the Mac view resizing logic to have the BrowserWindowController... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « chrome/browser/cocoa/download_shelf_mac_unittest.mm ('k') | chrome/browser/cocoa/find_bar_cocoa_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698