| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index 79e44a1f007db49fc1f8ce67f806e4d543be4c96..2c434ad36aa8fadfe7209761802d2e4fd7e6864a 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -301,8 +301,8 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| // Creates and adds the IO thread message filters.
|
| void CreateMessageFilters();
|
|
|
| - // Registers Mojo services to be exposed to the renderer.
|
| - void RegisterMojoServices();
|
| + // Registers Mojo interfaces to be exposed to the renderer.
|
| + void RegisterMojoInterfaces();
|
|
|
| void CreateStoragePartitionService(
|
| mojo::InterfaceRequest<mojom::StoragePartitionService> request);
|
|
|