| Index: chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| index 0700414589e63fb42a924045df0437dc96de7828..cf0c6a0ea5b00b269d8ebb695db9d79580a0048b 100644
|
| --- a/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| +++ b/chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
| @@ -203,6 +203,10 @@ class NotificationBridge;
|
| - (void)installAppMenu;
|
| // Return a hover button for the current event.
|
| - (NSButton*)hoverButtonForEvent:(NSEvent*)theEvent;
|
| +// Adjusts browser actions container view in response to toolbar frame changes.
|
| +// Outside of tests, called in response to frame changed/new window
|
| +// notifications.
|
| +- (void)toolbarFrameChanged;
|
| @end
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_TOOLBAR_TOOLBAR_CONTROLLER_H_
|
|
|