Index: chrome/browser/ui/panels/panel_window_controller_cocoa.h |
diff --git a/chrome/browser/ui/panels/panel_window_controller_cocoa.h b/chrome/browser/ui/panels/panel_window_controller_cocoa.h |
index c3e33c480e070e07f433a47a69ecd10869ac3206..08b0b1f60336e2a9a7189b5c91a67c34ed3828f2 100644 |
--- a/chrome/browser/ui/panels/panel_window_controller_cocoa.h |
+++ b/chrome/browser/ui/panels/panel_window_controller_cocoa.h |
@@ -125,6 +125,9 @@ class PanelBrowserWindowCocoa; |
// Removes the Key status from the panel to some other window. |
- (void)deactivate; |
+// See NativePanel::FullScreenModeChanged |
+- (void)fullScreenModeChanged:(bool)isFullScreenModeOn; |
+ |
// Helper for NSWindow, returns NO for minimized panels in some cases, so they |
// are not un-minimized when another panel is minimized. |
- (BOOL)canBecomeKeyWindow; |