| 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 ba953170181bec4ed5e6a2a8aa68c2bdb8d3c972..1e4097edbd1158fbe7d11f75184a552ecef4f72f 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -32,6 +32,7 @@
|
| #include "content/common/indexed_db/indexed_db.mojom.h"
|
| #include "content/common/renderer.mojom.h"
|
| #include "content/common/storage_partition_service.mojom.h"
|
| +#include "content/common/url_loader_factory.mojom.h"
|
| #include "content/public/browser/render_process_host.h"
|
| #include "content/public/common/service_manager_connection.h"
|
| #include "ipc/ipc_channel_proxy.h"
|
| @@ -370,6 +371,9 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| void CreateStoragePartitionService(
|
| const service_manager::BindSourceInfo& source_info,
|
| mojom::StoragePartitionServiceRequest request);
|
| + void CreateURLLoaderFactory(
|
| + const service_manager::BindSourceInfo& source_info,
|
| + mojom::URLLoaderFactoryRequest request);
|
|
|
| // Control message handlers.
|
| void OnShutdownRequest();
|
|
|