| 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 b23ed5d125ed3bb31a399351e3dcae65f55d8981..f5a653bb7f70b35d8ada2f12eab8c8289d3a87eb 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| @@ -197,8 +197,8 @@ class WebContents;
|
| // it when we are entering fullscreen.
|
| - (void)adjustUIForEnteringFullscreen;
|
|
|
| -// Returns YES if the fullscreen is for tab content.
|
| -- (BOOL)isFullscreenForTabContent;
|
| +// Returns YES if the fullscreen is for tab content or an extension.
|
| +- (BOOL)isFullscreenForTabContentOrExtension;
|
|
|
| #endif
|
|
|
|
|