| 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 97e4ee0b1e8d749eddb69741df34720f4f7781ee..4c59393c50f99d68f959ca7f46bc9841be65feb0 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| @@ -538,7 +538,7 @@ class Command;
|
| // Toggles and updates the toolbar's visibility in fullscreen mode. This
|
| // function toggles between the sliding styles: OMNIBOX_TABS_PRESENT and
|
| // OMNIBOX_TABS_HIDDEN.
|
| -- (void)toggleFullscreenToolbar;
|
| +- (void)setFullscreenToolbarHidden:(BOOL)isHidden;
|
|
|
| // Returns YES if the browser window is in or entering any fullscreen mode.
|
| - (BOOL)isInAnyFullscreenMode;
|
| @@ -644,6 +644,9 @@ class Command;
|
| // Returns the active tab contents controller's |blockFullscreenResize_| flag.
|
| - (BOOL)isActiveTabContentsControllerResizeBlocked;
|
|
|
| +// Returns the presentation mode controller.
|
| +- (PresentationModeController*)presentationModeController;
|
| +
|
| @end // @interface BrowserWindowController (TestingAPI)
|
|
|
|
|
|
|