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

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

Issue 9195003: Move IN_OVERFLOW from Panel::ExpansionState to new enum. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix per feedback Created 8 years, 11 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 9a08681a77988dda882828091a98acf77c866185..fcf0f137eaa2608a64763443e62953af34287b67 100644
--- a/chrome/browser/ui/panels/base_panel_browser_test.h
+++ b/chrome/browser/ui/panels/base_panel_browser_test.h
@@ -63,6 +63,8 @@ class BasePanelBrowserTest : public InProcessBrowserTest {
void WaitForPanelActiveState(Panel* panel, ActiveState state);
void WaitForWindowSizeAvailable(Panel* panel);
void WaitForBoundsAnimationFinished(Panel* panel);
+ void WaitForLayoutStateChanged(Panel* panel,
+ Panel::LayoutState layout_state);
void WaitForExpansionStateChanged(Panel* panel,
Panel::ExpansionState expansion_state);
@@ -72,6 +74,8 @@ class BasePanelBrowserTest : public InProcessBrowserTest {
Extension::Location location,
const DictionaryValue& extra_value);
+ void ClickPanelTitlebar(Panel* panel);
+
static void MoveMouse(const gfx::Point& position);
static void CloseWindowAndWait(Browser* browser);
static std::string MakePanelName(int index);
« 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