| 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 5a90be3385d8b6045bd7750abbbb1d2fc16f896a..4063a36ee23dabd59f3000c46a01191fec093169 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| @@ -191,6 +191,9 @@ class WebContents;
|
| // it when we are entering fullscreen.
|
| - (void)adjustUIForEnteringFullscreen;
|
|
|
| +// Returns YES if the fullscreen is for tab content.
|
| +- (BOOL)isFullscreenForTabContent;
|
| +
|
| #endif
|
|
|
| @end // @interface BrowserWindowController(Private)
|
|
|