| 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 5afe0dd6c790cd41b621be12dffe7acf6d57c589..85b0398f6188e25efa0872669ef75eb265a3ea54 100644
 | 
| --- a/content/public/common/child_process_host_delegate.cc
 | 
| +++ b/content/public/common/child_process_host_delegate.cc
 | 
| @@ -10,9 +10,4 @@ bool ChildProcessHostDelegate::CanShutdown() {
 | 
|    return true;
 | 
|  }
 | 
|  
 | 
| -service_manager::InterfaceProvider*
 | 
| -ChildProcessHostDelegate::GetRemoteInterfaces() {
 | 
| -  return nullptr;
 | 
| -}
 | 
| -
 | 
|  }  // namespace content
 | 
| 
 |