Commit 781ceef3 authored by mkwst's avatar mkwst Committed by Commit bot

Content Shell: Drop an unused method.

ShellDevToolsFrontend::RenderProcessGone's functionality is now entirely
contained in LayoutTestDevToolsFrontend; I should have removed this
definition in https://codereview.chromium.org/644723002.

BUG=420994

Review URL: https://codereview.chromium.org/644963002

Cr-Commit-Position: refs/heads/master@{#299081}
parent fad658b4
......@@ -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;
......
......@@ -41,7 +41,6 @@ class ShellDevToolsFrontend : public WebContentsObserver,
virtual void RenderViewCreated(RenderViewHost* render_view_host) override;
virtual void DocumentOnLoadCompletedInMainFrame() override;
virtual void WebContentsDestroyed() override;
virtual void RenderProcessGone(base::TerminationStatus status) override;
// content::DevToolsFrontendHost::Delegate implementation.
virtual void HandleMessageFromDevToolsFrontend(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment