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

Unified Diff: chrome/browser/ui/panels/base_panel_browser_test.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 | « no previous file | chrome/browser/ui/panels/base_panel_browser_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/base_panel_browser_test.h
diff --git a/chrome/browser/ui/panels/base_panel_browser_test.h b/chrome/browser/ui/panels/base_panel_browser_test.h
index e96f5040127f07874322f93a3c11f2d73d197d41..e7b6cb045ac67d8c84dda89acbd0b73d616b97f2 100644
--- a/chrome/browser/ui/panels/base_panel_browser_test.h
+++ b/chrome/browser/ui/panels/base_panel_browser_test.h
@@ -80,6 +80,12 @@ class BasePanelBrowserTest : public InProcessBrowserTest {
const gfx::Rect& bounds);
Panel* CreatePanel(const std::string& panel_name);
+ Panel* CreateDockedPanel(const std::string& name, const gfx::Rect& bounds);
+ Panel* CreateDetachedPanel(const std::string& name, const gfx::Rect& bounds);
+ // The caller should have already created enough docked panels to trigger
+ // overflow.
+ Panel* CreateOverflowPanel(const std::string& name, const gfx::Rect& bounds);
+
void WaitForPanelAdded(Panel* panel);
void WaitForPanelRemoved(Panel* panel);
void WaitForPanelActiveState(Panel* panel, ActiveState state);
« no previous file with comments | « no previous file | chrome/browser/ui/panels/base_panel_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698