| Index: content/public/utility/content_utility_client.h
|
| diff --git a/content/public/utility/content_utility_client.h b/content/public/utility/content_utility_client.h
|
| index 6d2d41aa42fd2666d3939435010bb09d2b9992f7..13dfa67d73855d6e48364846e1106e02aca013cf 100644
|
| --- a/content/public/utility/content_utility_client.h
|
| +++ b/content/public/utility/content_utility_client.h
|
| @@ -13,6 +13,7 @@
|
| #include "content/public/common/service_info.h"
|
|
|
| namespace service_manager {
|
| +class BinderRegistry;
|
| class InterfaceRegistry;
|
| }
|
|
|
| @@ -37,6 +38,9 @@ class CONTENT_EXPORT ContentUtilityClient {
|
| service_manager::InterfaceRegistry* registry) {}
|
|
|
| virtual void RegisterServices(StaticServiceMap* services) {}
|
| +
|
| + virtual void RegisterNetworkServices(
|
| + service_manager::BinderRegistry* registry) {}
|
| };
|
|
|
| } // namespace content
|
|
|