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