Chromium Code Reviews| Index: chrome/browser/ui/panels/panel.h |
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h |
| index 10d2861d0e379b8940cfe3d25f53ab732598e17b..a8974376ad6cf325bb0283235a454cc610676378 100644 |
| --- a/chrome/browser/ui/panels/panel.h |
| +++ b/chrome/browser/ui/panels/panel.h |
| @@ -60,6 +60,13 @@ class Panel : public BrowserWindow, |
| bool IsDrawingAttention() const; |
| + // This function will only get called by PanelManager when full screen mode |
| + // changes i.e it gets called when an app goes into full screen mode or when |
| + // an app exits full screen mode. Panel should respond by making sure |
| + // a) it does not go on top when some app enters full screen mode. |
| + // b) it remains on top when an app exits full screen mode. |
| + void FullScreenModeChanged(bool is_full_screen_mode_on); |
|
Dmitry Titov
2011/11/30 01:35:53
btw, here naming is ok.
prasadt
2011/11/30 02:38:47
ok
|
| + |
| // BrowserWindow overrides. |
| virtual void Show() OVERRIDE; |
| virtual void ShowInactive() OVERRIDE; |