| Index: content/child/child_thread_impl.h
|
| diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
|
| index 7429963603d0e7cff3074bbe29ea70ce5414c3ab..0438b9cfe40126da4c92fc436e80882a0a92e8a4 100644
|
| --- a/content/child/child_thread_impl.h
|
| +++ b/content/child/child_thread_impl.h
|
| @@ -195,8 +195,12 @@ class CONTENT_EXPORT ChildThreadImpl
|
| static void ShutdownThread();
|
| #endif
|
|
|
| - ServiceRegistry* service_registry() const {
|
| - return mojo_application_->service_registry();
|
| + shell::InterfaceRegistry* interface_registry() {
|
| + return mojo_application_->interface_registry();
|
| + }
|
| +
|
| + shell::InterfaceProvider* remote_interfaces() const {
|
| + return mojo_application_->remote_interfaces();
|
| }
|
|
|
| protected:
|
|
|