Index: chrome/test/base/ui_test_utils.h |
=================================================================== |
--- chrome/test/base/ui_test_utils.h (revision 148487) |
+++ chrome/test/base/ui_test_utils.h (working copy) |
@@ -148,9 +148,6 @@ |
// Blocks until an application modal dialog is showns and returns it. |
AppModalDialog* WaitForAppModalDialog(); |
-// Causes the specified tab to crash. Blocks until it is crashed. |
-void CrashTab(content::WebContents* tab); |
- |
// Performs a find in the page of the specified tab. Returns the number of |
// matches found. |ordinal| is an optional parameter which is set to the index |
// of the current match. |