Chromium Code Reviews| 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..946a5783953b043fe16e4970fc19d789c869889c 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 Panel::FullScreenModeChanged |
|
jianli
2011/12/02 00:04:45
nit: end with period.
prasadt
2011/12/02 00:29:39
Done.
|
| +- (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; |