diff options
Diffstat (limited to 'chrome/browser/ui/cocoa/browser_window_controller.h')
-rw-r--r-- | chrome/browser/ui/cocoa/browser_window_controller.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h index d4b1938..f6943fd 100644 --- a/chrome/browser/ui/cocoa/browser_window_controller.h +++ b/chrome/browser/ui/cocoa/browser_window_controller.h @@ -531,7 +531,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; @@ -635,6 +635,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) |