diff options
Diffstat (limited to 'chrome/test/ui_test_utils.h')
-rw-r--r-- | chrome/test/ui_test_utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/ui_test_utils.h b/chrome/test/ui_test_utils.h index 74482b8..462a9ec 100644 --- a/chrome/test/ui_test_utils.h +++ b/chrome/test/ui_test_utils.h @@ -64,6 +64,9 @@ void WaitForNavigations(NavigationController* controller, // Waits for a new tab to be added to |browser|. void WaitForNewTab(Browser* browser); +// Waits for a tab to be parented. +void WaitForTabParented(); + // Waits for a load stop for the specified |controller|. void WaitForLoadStop(NavigationController* controller); |