| Index: chrome/browser/cocoa/browser_window_controller.h
|
| diff --git a/chrome/browser/cocoa/browser_window_controller.h b/chrome/browser/cocoa/browser_window_controller.h
|
| index 817d536ba7bc7961147468a755148bf27f4d1d12..373fe2010aa26458533aa1fa0f889575becdbcce 100644
|
| --- a/chrome/browser/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/cocoa/browser_window_controller.h
|
| @@ -345,8 +345,8 @@ class TabStripModelObserverBridge;
|
| // Return an autoreleased NSWindow suitable for fullscreen use.
|
| - (NSWindow*)createFullscreenWindow;
|
|
|
| -// Return a point suitable for the topLeft for a bookmark bubble.
|
| -- (NSPoint)topLeftForBubble;
|
| +// Return a point suitable for the topRight for a bookmark bubble.
|
| +- (NSPoint)topRightForBubble;
|
|
|
| // Resets any saved state about window growth (due to showing the bookmark bar
|
| // or the download shelf), so that future shrinking will occur from the bottom.
|
|
|