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 da03cefe06869501203be45059c0dcc6d6390c0b..c63ae2732d916dabf59399f8394208b1572d0fbf 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -452,9 +452,6 @@ |
void OnHidePopup(); |
#endif |
- // Registers Mojo services that this frame host makes available. |
- void RegisterMojoServices(); |
- |
// Updates the state of this RenderFrameHost and clears any waiting state |
// that is no longer relevant. |
void SetState(RenderFrameHostImplState rfh_state); |
@@ -477,9 +474,6 @@ |
// guest WebContents. |
void UpdateGuestFrameAccessibility( |
const std::map<int32, int> node_to_browser_plugin_instance_id_map); |
- |
- // Informs the content client that geolocation permissions were used. |
- void DidUseGeolocationPermission(); |
// For now, RenderFrameHosts indirectly keep RenderViewHosts alive via a |
// refcount that calls Shutdown when it reaches zero. This allows each |