Chromium Code Reviews| Index: content/child/child_thread_impl.h |
| diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h |
| index eb90f703da1de3a2675563723eaeaed6688d74fa..14be9a2e9a21fa344db0bc378a484e41d0a2c4a4 100644 |
| --- a/content/child/child_thread_impl.h |
| +++ b/content/child/child_thread_impl.h |
| @@ -193,6 +193,9 @@ class CONTENT_EXPORT ChildThreadImpl |
| virtual bool OnControlMessageReceived(const IPC::Message& msg); |
| virtual void OnProcessBackgrounded(bool backgrounded); |
| +#if defined(MOJO_SHELL_CLIENT) |
|
Ben Goodger (Google)
2015/11/25 04:07:28
this is absolutely going to cause you pain, get ri
Fady Samuel
2015/11/25 17:45:52
Done.
|
| + virtual void OnMojoReady() {} |
| +#endif |
| void set_on_channel_error_called(bool on_channel_error_called) { |
| on_channel_error_called_ = on_channel_error_called; |