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 0d598b4a31a62dcaeddfc6b4f096a17f25f2c716..e7e8b31a052334ea22b125905ad149a864f14008 100644 |
--- a/chrome/browser/ui/panels/base_panel_browser_test.h |
+++ b/chrome/browser/ui/panels/base_panel_browser_test.h |
@@ -95,6 +95,8 @@ class BasePanelBrowserTest : public InProcessBrowserTest { |
Extension::Location location, |
const DictionaryValue& extra_value); |
+ void MoveMouseAndWaitForExpansionStateChange(Panel* panel, |
+ const gfx::Point& position); |
static void MoveMouse(const gfx::Point& position); |
void CloseWindowAndWait(Browser* browser); |
static std::string MakePanelName(int index); |