Index: content/shell/browser/webkit_test_controller.cc |
diff --git a/content/shell/browser/webkit_test_controller.cc b/content/shell/browser/webkit_test_controller.cc |
index 9a3b92b041375f98f666b757004b76a5f2c3cab8..cd9e6fffc1b1c1bcb93e2c94798a826f953a2b22 100644 |
--- a/content/shell/browser/webkit_test_controller.cc |
+++ b/content/shell/browser/webkit_test_controller.cc |
@@ -457,13 +457,6 @@ void WebKitTestController::OnGpuProcessCrashed( |
DiscardMainWindow(); |
} |
-void WebKitTestController::TimeoutHandler() { |
- DCHECK(CalledOnValidThread()); |
- printer_->AddErrorMessage( |
- "FAIL: Timed out waiting for notifyDone to be called"); |
- DiscardMainWindow(); |
-} |
- |
void WebKitTestController::DiscardMainWindow() { |
// If we're running a test, we need to close all windows and exit the message |
// loop. Otherwise, we're already outside of the message loop, and we just |