Chromium Code Reviews| 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 b99f92032c4688a1d25dfadad52bb72b544fa619..eef33fa87909d80163c2b4d5d2335a151fc8f06a 100644 |
| --- a/content/browser/renderer_host/render_process_host_impl.h |
| +++ b/content/browser/renderer_host/render_process_host_impl.h |
| @@ -184,6 +184,11 @@ class CONTENT_EXPORT RenderProcessHostImpl |
| void OnProcessLaunched() override; |
| void OnProcessLaunchFailed(int error_code) override; |
| + // Called if the EDK notifies this RenderProcessHost that it encountered a |
| + // fatal error condition communicating with the child process (e.g. a |
| + // malformed internal or bindings message.) |
| + void OnMojoProcessError(const std::string& error); |
|
jam
2016/06/13 18:30:39
nit: this should be private.
also, no nit to docu
Ken Rockot(use gerrit already)
2016/06/13 22:36:40
Oops, done
|
| + |
| scoped_refptr<AudioRendererHost> audio_renderer_host() const; |
| // Call this function when it is evident that the child process is actively |