| 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 a848238ef6e77643bdb75c0b590355b7de1276a0..a0d62221f2d39b3af93ea2a5e8bbf7c752be01cb 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -456,6 +456,9 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| 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
|
| // RenderFrameHostManager to just care about RenderFrameHosts, while ensuring
|
|
|