Index: content/shell/webkit_test_controller.cc |
diff --git a/content/shell/webkit_test_controller.cc b/content/shell/webkit_test_controller.cc |
index 0058ce3ac9409d00311f92732ce863ea1ff833ba..26b51b0d5398ef19ef4b084ef03a9b98d329ec43 100644 |
--- a/content/shell/webkit_test_controller.cc |
+++ b/content/shell/webkit_test_controller.cc |
@@ -385,7 +385,7 @@ void WebKitTestController::RenderViewCreated(RenderViewHost* render_view_host) { |
SendTestConfiguration(); |
} |
-void WebKitTestController::RenderViewGone(base::TerminationStatus status) { |
+void WebKitTestController::RenderProcessGone(base::TerminationStatus status) { |
DCHECK(CalledOnValidThread()); |
if (current_pid_ != base::kNullProcessId) { |
printer_->AddErrorMessage(std::string("#CRASHED - renderer (pid ") + |