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

Unified Diff: content/browser/frame_host/render_frame_host_impl.h

Issue 2166953006: Eliminate FrameMojoShell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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/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_;
« no previous file with comments | « content/browser/frame_host/frame_mojo_shell.cc ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698