Chromium Code Reviews| Index: chrome/browser/ui/panels/native_panel.h |
| =================================================================== |
| --- chrome/browser/ui/panels/native_panel.h (revision 90291) |
| +++ chrome/browser/ui/panels/native_panel.h (working copy) |
| @@ -34,7 +34,7 @@ |
| virtual gfx::Rect GetPanelBounds() const = 0; |
| virtual void SetPanelBounds(const gfx::Rect& bounds) = 0; |
| virtual void MinimizePanel() = 0; |
| - virtual void RestorePanel() = 0; |
| + virtual void RestorePanel(bool titlebar_only) = 0; |
|
Dmitry Titov
2011/06/24 02:05:45
Hmm.
So we had 2 states (minimized and restored)
jianli
2011/06/29 01:28:12
As discussed, I changed to using one method SetPan
|
| virtual void ClosePanel() = 0; |
| virtual void ActivatePanel() = 0; |
| virtual void DeactivatePanel() = 0; |