Chromium Code Reviews| Index: chrome/browser/ui/panels/panel_manager.h |
| diff --git a/chrome/browser/ui/panels/panel_manager.h b/chrome/browser/ui/panels/panel_manager.h |
| index e7319b3c02008affcb1317627345e6305acb8ca3..7f1c067d096f8925177ce43cd5a97177adf6e686 100644 |
| --- a/chrome/browser/ui/panels/panel_manager.h |
| +++ b/chrome/browser/ui/panels/panel_manager.h |
| @@ -43,9 +43,6 @@ class PanelManager : public AutoHidingDesktopBar::Observer { |
| void Remove(Panel* panel); |
| void RemoveAll(); |
| - // Asynchronous confirmation of panel having been removed. |
| - void OnPanelRemoved(Panel* panel); |
|
jianli
2011/12/01 21:36:28
Why removing it? PanelOverflowStrip also needs to
jennb
2011/12/01 23:10:17
Putting back. Obviously a miscommunication from ou
|
| - |
| // Drags the given panel. |
| void StartDragging(Panel* panel); |
| void Drag(int delta_x); |