| Index: content/browser/utility_process_host_impl.h
|
| diff --git a/content/browser/utility_process_host_impl.h b/content/browser/utility_process_host_impl.h
|
| index f988b8a96cdb756d1d0fbed4f9cca8b876f72971..1354457f1904794c738a955d1586d79e1e8c0783 100644
|
| --- a/content/browser/utility_process_host_impl.h
|
| +++ b/content/browser/utility_process_host_impl.h
|
| @@ -68,6 +68,7 @@ class CONTENT_EXPORT UtilityProcessHostImpl
|
| bool StartProcess();
|
|
|
| // BrowserChildProcessHost:
|
| + bool ShouldUseMojoChannel() override;
|
| bool OnMessageReceived(const IPC::Message& message) override;
|
| void OnProcessLaunchFailed() override;
|
| void OnProcessCrashed(int exit_code) override;
|
|
|