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

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

Issue 644963002: Content Shell: Drop an unused method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Oops. Created 6 years, 2 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/shell_devtools_frontend.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/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;
« no previous file with comments | « content/shell/browser/shell_devtools_frontend.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698