| 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 2a6f09213d1dac32b2969966694942c756cb63f7..5e2ad6d922005ea420afb8ee73e40f1b32e47b55 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| @@ -536,9 +536,9 @@ class Command;
|
| // Enters Browser AppKit Fullscreen.
|
| - (void)enterBrowserFullscreen;
|
|
|
| -// Adds or removes the tab strip and toolbar from the current window. The
|
| -// window must be in immersive or AppKit Fullscreen.
|
| -- (void)updateFullscreenWithToolbar:(BOOL)withToolbar;
|
| +// Updates the UI for tab fullscreen by adding or removing the tab strip and
|
| +// toolbar from the current window. The window must already be in fullscreen.
|
| +- (void)updateUIForTabFullscreen:(BOOL)isTabFullscreen;
|
|
|
| // Exits extension fullscreen if we're currently in the mode. Returns YES
|
| // if we exited fullscreen.
|
|
|