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

Unified Diff: content/browser/renderer_host/render_process_host_impl.h

Issue 879533006: Send notification when render process has failed to launch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_process_host_impl.h
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
index 690ccef2b4ee079989385e6a42d7e5441874ac18..02e14ea31c07f96ef0a1093b2190ee802644fc26 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -161,6 +161,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
// ChildProcessLauncher::Client implementation.
void OnProcessLaunched() override;
+ void OnProcessLaunchFailed() override;
scoped_refptr<AudioRendererHost> audio_renderer_host() const;
@@ -331,7 +332,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
void SetBackgrounded(bool backgrounded);
// Handle termination of our process.
- void ProcessDied(bool already_dead);
+ void ProcessDied(bool already_dead, RendererClosedDetails* known_details);
// GpuSwitchingObserver implementation.
void OnGpuSwitched() override;
« no previous file with comments | « no previous file | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698