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

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

Issue 8827011: Panel strip refactor cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac/linux compile Created 9 years 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_overflow_strip.h
diff --git a/chrome/browser/ui/panels/panel_overflow_strip.h b/chrome/browser/ui/panels/panel_overflow_strip.h
index 0dab64d9e21054d7090ccd8f2c2268a659ab5b07..04144ca063556e2842b38a44c22101fba9a6e922 100644
--- a/chrome/browser/ui/panels/panel_overflow_strip.h
+++ b/chrome/browser/ui/panels/panel_overflow_strip.h
@@ -30,9 +30,8 @@ class PanelOverflowStrip : public PanelMouseWatcherObserver,
// |display_area| is in screen coordinates.
void SetDisplayArea(const gfx::Rect& display_area);
- // Adds a panel to the strip. |is_new| indicates if the panel is a newly
- // created panel or one that is transitioning from another grouping of panels.
- void AddPanel(Panel* panel, bool is_new);
+ // Adds a panel to the strip.
+ void AddPanel(Panel* panel);
// Returns |false| if the panel is not in the strip.
bool Remove(Panel* panel);

Powered by Google App Engine
This is Rietveld 408576698