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

Unified Diff: content/browser/devtools/render_frame_devtools_agent_host.cc

Issue 1320153002: Add new termination status for failed launch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years, 4 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
Index: content/browser/devtools/render_frame_devtools_agent_host.cc
diff --git a/content/browser/devtools/render_frame_devtools_agent_host.cc b/content/browser/devtools/render_frame_devtools_agent_host.cc
index 627d32db44b255d4ce09313856ff893871b95304..2fa90e8393b67129e508b5841dc66074d6c3590a 100644
--- a/content/browser/devtools/render_frame_devtools_agent_host.cc
+++ b/content/browser/devtools/render_frame_devtools_agent_host.cc
@@ -530,6 +530,7 @@ void RenderFrameDevToolsAgentHost::RenderProcessGone(
#if defined(OS_ANDROID)
case base::TERMINATION_STATUS_OOM_PROTECTED:
#endif
+ case base::TERMINATION_STATUS_LAUNCH_FAILED:
inspector_handler_->TargetCrashed();
current_frame_crashed_ = true;
break;

Powered by Google App Engine
This is Rietveld 408576698