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

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

Issue 9546001: Support detaching/attaching panels via inter-strip drags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch to land Created 8 years, 9 months 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
« no previous file with comments | « chrome/browser/ui/panels/panel_drag_controller.cc ('k') | chrome/browser/ui/panels/panel_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 563903c0605501c7677cc8deb5fb91421731df8f..83b440f02abb83f560fb29ac70602fe74570c396 100644
--- a/chrome/browser/ui/panels/panel_manager.h
+++ b/chrome/browser/ui/panels/panel_manager.h
@@ -64,7 +64,9 @@ class PanelManager : public DisplaySettingsProvider::Observer {
void ResizePanel(Panel* panel, const gfx::Size& new_size);
// Moves the |panel| to a different type of panel strip.
- void MovePanelToStrip(Panel* panel, PanelStrip::Type new_layout);
+ void MovePanelToStrip(Panel* panel,
+ PanelStrip::Type new_layout,
+ PanelStrip::PositioningMask positioning_mask);
// Move all panels up to, and including, the |last_panel_to_move| to overflow.
void MovePanelsToOverflow(Panel* last_panel_to_move);
« no previous file with comments | « chrome/browser/ui/panels/panel_drag_controller.cc ('k') | chrome/browser/ui/panels/panel_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698