| 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 162ed2080ccf73f4672db16266a662a6e40bfe41..efcc08f936e5646f8adbe7d2e379fcc95bd7eaa1 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -800,9 +800,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);
|
|
|