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 bfc727b90c3080326d48ec522566fade448e9c63..cf4139f6979b42523cafad16a1e94a48f3b74b0f 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -80,7 +80,6 @@ class StoragePartitionImpl; |
namespace mojom { |
class StoragePartitionService; |
-class URLLoaderFactory; |
} // namespace mojom |
typedef base::Thread* (*RendererMainThreadFactoryFunction)( |
@@ -380,11 +379,6 @@ class CONTENT_EXPORT RenderProcessHostImpl |
// GpuSwitchingObserver implementation. |
void OnGpuSwitched() override; |
- // Creates a mojom::URLLoaderFactory interface by passing |
- // URLLoaderFactoryRequest. |
- void CreateURLLoaderFactory( |
- mojo::InterfaceRequest<mojom::URLLoaderFactory> request); |
- |
#if defined(ENABLE_WEBRTC) |
void OnRegisterAecDumpConsumer(int id); |
void OnUnregisterAecDumpConsumer(int id); |