| Index: chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.h b/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| index 16ac8fc00d8cc7bb7ae6278e3934c3d3df30723a..98fb73bde9f17435e652187f5330fac6198947e7 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| @@ -159,6 +159,10 @@
|
| // omnibox from sliding.
|
| - (void)adjustUIForExitingFullscreenAndStopOmniboxSliding;
|
|
|
| +// Exposed for testing.
|
| +- (PresentationModeController*)newPresentationModeControllerWithStyle:
|
| + (fullscreen_mac::SlidingStyle)style;
|
| +
|
| // Toggles the AppKit Fullscreen API. By default, doing so enters Canonical
|
| // Fullscreen.
|
| - (void)enterAppKitFullscreen;
|
|
|