| 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 46d822dbbbb651c60cc243b0911544c3a060e273..50cd88a8aee12cdbbe58001293909d42eb68502a 100644
|
| --- a/content/public/browser/browser_child_process_host_delegate.cc
|
| +++ b/content/public/browser/browser_child_process_host_delegate.cc
|
| @@ -10,7 +10,13 @@ bool BrowserChildProcessHostDelegate::CanShutdown() {
|
| return true;
|
| }
|
|
|
| -ServiceRegistry* BrowserChildProcessHostDelegate::GetServiceRegistry() {
|
| +shell::InterfaceRegistry*
|
| +BrowserChildProcessHostDelegate::GetInterfaceRegistry() {
|
| + return nullptr;
|
| +}
|
| +
|
| +shell::InterfaceProvider*
|
| +BrowserChildProcessHostDelegate::GetRemoteInterfaces() {
|
| return nullptr;
|
| }
|
|
|
|
|