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

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

Issue 2850743004: Replace ServiceInfo with BindSourceInfo. (Closed)
Patch Set: . Created 3 years, 8 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 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.

Powered by Google App Engine
This is Rietveld 408576698