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

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

Issue 8772029: Reunite PanelStrip::AddPanel and its internals. (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_strip.h
diff --git a/chrome/browser/ui/panels/panel_strip.h b/chrome/browser/ui/panels/panel_strip.h
index ca35100a141c323e63d227e72cebe5435e00ed10..20d3e1af1a8ee2cc9c3abea8f5611df4bdbadeb3 100644
--- a/chrome/browser/ui/panels/panel_strip.h
+++ b/chrome/browser/ui/panels/panel_strip.h
@@ -101,10 +101,6 @@ class PanelStrip : public PanelMouseWatcherObserver {
BRING_DOWN
};
- // Helper functions to add a panel to the strip.
- void AddNewPanel(Panel* panel);
- void AddExistingPanel(Panel* panel);
-
// Keep track of the minimized panels to control mouse watching.
void IncrementMinimizedPanels();
void DecrementMinimizedPanels();

Powered by Google App Engine
This is Rietveld 408576698