| Index: chrome/browser/ui/cocoa/browser_window_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| index 957ba0c56a64169d9f83724ec559dfe881942559..77bfb3c4783f65219e370907dab2fb725615863f 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| @@ -370,6 +370,10 @@ class Command;
|
| - (void)executeExtensionCommand:(const std::string&)extension_id
|
| command:(const extensions::Command&)command;
|
|
|
| +// Updates the visibility of the toolbar, with an optional animation.
|
| +- (void)updateToolbarVisibility:(BOOL)visible
|
| + withAnimation:(BOOL)animate;
|
| +
|
| @end // @interface BrowserWindowController
|
|
|
|
|
|
|