| 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..9812e1d01bc30331f6f6ec1110a11a2d854db5c0 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 WaitForStripOwnerChanged(Panel* panel,
|
| + Panel::StripOwner strip_owner);
|
| void WaitForExpansionStateChanged(Panel* panel,
|
| Panel::ExpansionState expansion_state);
|
|
|
|
|