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 b096a20434afd06a0f60e9f573d3be18ba191020..403d9ac2790f9dde5a2c23e4f49f089efb7cfcc7 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.h |
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h |
@@ -180,6 +180,10 @@ class WebContents; |
- (void)windowDidExitFullScreen:(NSNotification*)notification; |
- (void)windowWillExitFullScreen:(NSNotification*)notification; |
+// Hides or unhides the sheet for fullscreen transition. The sheet should be |
Robert Sesek
2015/12/04 17:56:30
"the sheet" -> "any modal sheet" (or even more spe
spqchan
2015/12/07 18:27:52
Done.
|
+// hidden at the beginning and then shown at the end. |
+- (void)hideSheetForFullscreenTransition:(BOOL)shoudHide; |
Robert Sesek
2015/12/04 17:56:30
What is |shouldHide| for? Maybe this should be |se
spqchan
2015/12/07 18:27:52
Done.
|
+ |
// Adjusts the UI and destroys the exit bubble when we are exiting fullscreen. |
- (void)adjustUIForExitingFullscreen; |