| 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 6c11dc61d741016f1c73c570a78ec16ded1a1589..bf5884b03afa89a9f3a3a9b93bcad5fd0201e26c 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -794,9 +794,6 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| // part of the same site instance.
|
| bool IsSameSiteInstance(RenderFrameHostImpl* other_render_frame_host);
|
|
|
| - // Informs the content client that geolocation permissions were used.
|
| - void DidUseGeolocationPermission();
|
| -
|
| // Returns whether the current RenderProcessHost has read access to all the
|
| // files reported in |state|.
|
| bool CanAccessFilesOfPageState(const PageState& state);
|
|
|