| 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 b34bf56c1bd68a63c508d3d05982c1d209a4be07..ac5350a47bc8ab65b3116c5e4c8185541b16efdd 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -903,8 +903,8 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| // happen before it fires (to avoid flakiness).
|
| void DisableSwapOutTimerForTesting();
|
|
|
| - void OnRendererConnect(const service_manager::ServiceInfo& local_info,
|
| - const service_manager::ServiceInfo& remote_info);
|
| + void OnRendererConnect(const service_manager::BindSourceInfo& local_info,
|
| + const service_manager::BindSourceInfo& remote_info);
|
|
|
| void SendJavaScriptDialogReply(IPC::Message* reply_msg,
|
| bool success,
|
| @@ -1055,11 +1055,6 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| std::unique_ptr<service_manager::BinderRegistry> interface_registry_;
|
| std::unique_ptr<service_manager::InterfaceProvider> remote_interfaces_;
|
|
|
| - service_manager::ServiceInfo browser_info_;
|
| - service_manager::ServiceInfo renderer_info_;
|
| -
|
| - int on_connect_handler_id_ = 0;
|
| -
|
| std::list<std::unique_ptr<WebBluetoothServiceImpl>> web_bluetooth_services_;
|
|
|
| // The object managing the accessibility tree for this frame.
|
|
|