| Index: chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.h b/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| index b9c812863c7b8ac8f61320d1254826556061ed0e..4862e0bd3b535435a2ec92976ff991e462c5f357 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| @@ -94,8 +94,8 @@ class WebContents;
|
| - (void)disableBarVisibilityUpdates;
|
|
|
| // If there are no visibility locks and bar visibity updates are enabled, hides
|
| -// the bar with |animation| and |delay|. Otherwise, does nothing.
|
| -- (void)hideOverlayIfPossibleWithAnimation:(BOOL)animation delay:(BOOL)delay;
|
| +// the bar with |animation|. Otherwise, does nothing.
|
| +- (void)hideOverlayIfPossibleWithAnimation:(BOOL)animation;
|
|
|
| // The opacity for the toolbar divider; 0 means that it shouldn't be shown.
|
| - (CGFloat)toolbarDividerOpacity;
|
|
|