Chromium Code Reviews| Index: content/public/common/child_process_host_delegate.cc |
| diff --git a/content/public/common/child_process_host_delegate.cc b/content/public/common/child_process_host_delegate.cc |
| index 85b0398f6188e25efa0872669ef75eb265a3ea54..47da42058f3b1b02ac03cc634e106ad04107c7ce 100644 |
| --- a/content/public/common/child_process_host_delegate.cc |
| +++ b/content/public/common/child_process_host_delegate.cc |
| @@ -10,4 +10,8 @@ bool ChildProcessHostDelegate::CanShutdown() { |
| return true; |
| } |
| +bool ChildProcessHostDelegate::ShouldUseMojoChannel() { |
| + return false; |
| +} |
| + |
| } // namespace content |