| 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 d4b1938f23c127ae7adc61c09f67c0f082635ec7..f6943fd882344a71b83a16cbdfe76d736699f43c 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)
|
|
|
|
|
|
|