Index: chrome/browser/ui/panels/panel.h |
diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h |
index b464b83bf03c9fb38ce91ca1743b140261ebdfb4..39233185808015964cf0bc4050ba5e04134b176e 100644 |
--- a/chrome/browser/ui/panels/panel.h |
+++ b/chrome/browser/ui/panels/panel.h |
@@ -222,9 +222,8 @@ class Panel : public BrowserWindow, |
// May be NULL if panel is newly created and has not been positioned yet. |
PanelStrip* panel_strip() const { return panel_strip_; } |
- // Moves the panel to the |new_strip|, removing the panel from its |
- // current strip. |
- void MoveToStrip(PanelStrip* new_strip); |
+ // Sets the current panel strip that contains this panel. |
+ void SetPanelStrip(PanelStrip* new_strip); |
ExpansionState expansion_state() const { return expansion_state_; } |
ExpansionState old_expansion_state() const { return old_expansion_state_; } |