| Index: chrome/browser/ui/cocoa/browser_window_controller_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller_unittest.mm b/chrome/browser/ui/cocoa/browser_window_controller_unittest.mm
|
| index b169917c8a9c75269943cc39a3d0560e53a3e533..22f42bb8db19c9ec87f5b944187904dc0180e60f 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_unittest.mm
|
| @@ -658,10 +658,6 @@ class BrowserWindowFullScreenControllerTest : public CocoaProfileTest {
|
| BrowserWindowController* controller_;
|
| };
|
|
|
| -@interface BrowserWindowController (PrivateAPI)
|
| -- (BOOL)supportsFullscreen;
|
| -@end
|
| -
|
| // Check if the window is front most or if one of its child windows (such
|
| // as a status bubble) is front most.
|
| static bool IsFrontWindow(NSWindow *window) {
|
|
|