| 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 ff7dec193768aefa553078fffe477359fb75b844..a16faabf68c63341cddeb678215f124b7dbf6c21 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -78,7 +78,6 @@ class Range;
|
| }
|
|
|
| namespace content {
|
| -class AppWebMessagePortMessageFilter;
|
| class AssociatedInterfaceProviderImpl;
|
| class CrossProcessFrameConnector;
|
| class FrameTree;
|
| @@ -312,11 +311,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
|
| @@ -1037,12 +1031,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.
|
|
|