| 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 f87cceadb7c1f4d1890d0de20e154d4037de5a51..b096a20434afd06a0f60e9f573d3be18ba191020 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| @@ -179,6 +179,14 @@ class WebContents;
|
| - (void)windowDidEnterFullScreen:(NSNotification*)notification;
|
| - (void)windowDidExitFullScreen:(NSNotification*)notification;
|
| - (void)windowWillExitFullScreen:(NSNotification*)notification;
|
| +
|
| +// Adjusts the UI and destroys the exit bubble when we are exiting fullscreen.
|
| +- (void)adjustUIForExitingFullscreen;
|
| +
|
| +// Determines the appropriate sliding fullscreen style and adjusts the UI to
|
| +// it when we are entering fullscreen.
|
| +- (void)adjustUIForEnteringFullscreen;
|
| +
|
| #endif
|
|
|
| @end // @interface BrowserWindowController(Private)
|
|
|