| Index: content/public/test/browser_test_utils.h
|
| diff --git a/content/public/test/browser_test_utils.h b/content/public/test/browser_test_utils.h
|
| index b074fb4ef2dc2530894c7e95bbaa104d4c235832..84ab3c7aa587b7c4d281f61779d0fddaf0634b4c 100644
|
| --- a/content/public/test/browser_test_utils.h
|
| +++ b/content/public/test/browser_test_utils.h
|
| @@ -57,6 +57,8 @@ GURL GetFileUrlWithQuery(const base::FilePath& path,
|
| // tab is currently web_contents. Otherwise returns immediately.
|
| void WaitForLoadStop(WebContents* web_contents);
|
|
|
| +void WaitForResizeComplete(WebContents* web_contents);
|
| +
|
| // Causes the specified web_contents to crash. Blocks until it is crashed.
|
| void CrashTab(WebContents* web_contents);
|
|
|
|
|