| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index 6b42afc83a025af1427a483b8fe531be9b3f3d77..de1176d733c4a00bbbd0ca26752f9f4a479b99de 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -74,7 +74,6 @@ namespace content {
|
|
|
| class CrossProcessFrameConnector;
|
| class CrossSiteTransferringRequest;
|
| -class FrameMojoShell;
|
| class FrameTree;
|
| class FrameTreeNode;
|
| class NavigationHandleImpl;
|
| @@ -1003,9 +1002,6 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| // RFH.
|
| std::unique_ptr<PermissionServiceContext> permission_service_context_;
|
|
|
| - // The frame's Mojo Shell service.
|
| - std::unique_ptr<FrameMojoShell> frame_mojo_shell_;
|
| -
|
| // Holder of Mojo connection with ImageDownloader service in RenderFrame.
|
| content::mojom::ImageDownloaderPtr mojo_image_downloader_;
|
|
|
|
|