Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(476)

Unified Diff: content/browser/renderer_host/render_process_host_impl.h

Issue 2874163004: Add support in the network service for different contexts. (Closed)
Patch Set: review comment and clang fixes Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698