Chromium Code Reviews| Index: content/public/browser/browser_child_process_host_delegate.cc |
| diff --git a/content/public/browser/browser_child_process_host_delegate.cc b/content/public/browser/browser_child_process_host_delegate.cc |
| index 06a7c6da5f907b1f6c95cef533dd98173ccfdf74..c0ba7dc1735d20f81841a55bb820460ac0911f2e 100644 |
| --- a/content/public/browser/browser_child_process_host_delegate.cc |
| +++ b/content/public/browser/browser_child_process_host_delegate.cc |
| @@ -10,4 +10,8 @@ bool BrowserChildProcessHostDelegate::CanShutdown() { |
| return true; |
| } |
| +bool BrowserChildProcessHostDelegate::ShouldUseMojoChannel() { |
| + return false; |
| +} |
| + |
| } // namespace content |