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..c4c57a17366b31c92dd350733c1325aa17e66737 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.h |
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h |
@@ -159,6 +159,11 @@ |
// omnibox from sliding. |
- (void)adjustUIForExitingFullscreenAndStopOmniboxSliding; |
+// Exposed for testing. |
+// Creates a PresentationModeController with the given style. |
+- (PresentationModeController*)newPresentationModeControllerWithStyle: |
+ (fullscreen_mac::SlidingStyle)style; |
+ |
// Toggles the AppKit Fullscreen API. By default, doing so enters Canonical |
// Fullscreen. |
- (void)enterAppKitFullscreen; |