Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2614)

Unified Diff: content/shell/browser/webkit_test_controller.cc

Issue 162903002: Remove WebKitTestController::TimeoutHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/browser/webkit_test_controller.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/shell/browser/webkit_test_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698