Index: content/shell/browser/shell_devtools_frontend.cc |
diff --git a/content/shell/browser/shell_devtools_frontend.cc b/content/shell/browser/shell_devtools_frontend.cc |
index 3a4a42f396b1cb882781105c1d68b37bf8d3d4e9..176c840eaeb1270c76700273f7cbefebd062a01b 100644 |
--- a/content/shell/browser/shell_devtools_frontend.cc |
+++ b/content/shell/browser/shell_devtools_frontend.cc |
@@ -92,11 +92,6 @@ void ShellDevToolsFrontend::WebContentsDestroyed() { |
delete this; |
} |
-void ShellDevToolsFrontend::RenderProcessGone(base::TerminationStatus status) { |
- if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) |
- WebKitTestController::Get()->DevToolsProcessCrashed(); |
-} |
- |
void ShellDevToolsFrontend::HandleMessageFromDevToolsFrontend( |
const std::string& message) { |
std::string method; |