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. |
Robert Sesek
2014/09/05 19:53:40
This needs an actual declaration comment, too.
erikchen
2014/09/05 20:47:01
Done.
|
+- (PresentationModeController*)newPresentationModeControllerWithStyle: |
+ (fullscreen_mac::SlidingStyle)style; |
+ |
// Toggles the AppKit Fullscreen API. By default, doing so enters Canonical |
// Fullscreen. |
- (void)enterAppKitFullscreen; |