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

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

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Rebase Created 3 years, 11 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 86c7d56f0bba86c9b7c03fd2db88fbf07656ae6b..3c9b0c7c4b2cbc2d9e5215e923d0e453d557aa0c 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -77,7 +77,6 @@ class Range;
}
namespace content {
-class AppWebMessagePortMessageFilter;
class AssociatedInterfaceProviderImpl;
class CrossProcessFrameConnector;
class FrameTree;
@@ -307,11 +306,6 @@ class CONTENT_EXPORT RenderFrameHostImpl
GlobalFrameRoutingId GetGlobalFrameRoutingId();
-#if defined(OS_ANDROID)
- scoped_refptr<AppWebMessagePortMessageFilter>
- GetAppWebMessagePortMessageFilter(int routing_id);
-#endif
-
// This function is called when this is a swapped out RenderFrameHost that
// lives in the same process as the parent frame. The
// |cross_process_frame_connector| allows the non-swapped-out
@@ -1029,12 +1023,6 @@ class CONTENT_EXPORT RenderFrameHostImpl
int on_connect_handler_id_ = 0;
-#if defined(OS_ANDROID)
- // The filter for MessagePort messages between an Android apps and web.
- scoped_refptr<AppWebMessagePortMessageFilter>
- app_web_message_port_message_filter_;
-#endif
-
std::list<std::unique_ptr<WebBluetoothServiceImpl>> web_bluetooth_services_;
// The object managing the accessibility tree for this frame.

Powered by Google App Engine
This is Rietveld 408576698