Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1914)

Unified Diff: chrome/browser/ui/panels/panel_manager.h

Issue 8774013: Add panel overflow logic to panel strip. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698