| Index: chrome/browser/ui/cocoa/fullscreen_toolbar_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/fullscreen_toolbar_controller.h b/chrome/browser/ui/cocoa/fullscreen_toolbar_controller.h
|
| index cb95897aa6eb2f095b8e998434283739080e9f6e..691022c330297da0eb8b520a743a569ba47f9fb4 100644
|
| --- a/chrome/browser/ui/cocoa/fullscreen_toolbar_controller.h
|
| +++ b/chrome/browser/ui/cocoa/fullscreen_toolbar_controller.h
|
| @@ -108,7 +108,7 @@ enum class FullscreenToolbarStyle {
|
|
|
| // Updates the toolbar style. If the style has changed, then the toolbar will
|
| // relayout.
|
| -- (void)updateToolbarStyle;
|
| +- (void)updateToolbarStyleExitingTabFullscreen:(BOOL)isExitingTabFullscreen;
|
|
|
| // Updates the toolbar by updating the layout, menubar and dock.
|
| - (void)updateToolbar;
|
|
|