| Index: content/browser/frame_host/render_frame_host_delegate.h
|
| diff --git a/content/browser/frame_host/render_frame_host_delegate.h b/content/browser/frame_host/render_frame_host_delegate.h
|
| index 6c22d94abf2620ffd350db98afcf79a509a95773..0d927a45af2c52e24226267082ecf97ddc47aa54 100644
|
| --- a/content/browser/frame_host/render_frame_host_delegate.h
|
| +++ b/content/browser/frame_host/render_frame_host_delegate.h
|
| @@ -26,7 +26,6 @@
|
| }
|
|
|
| namespace content {
|
| -class GeolocationServiceContext;
|
| class RenderFrameHost;
|
| class WebContents;
|
| struct AXEventNotificationDetails;
|
| @@ -148,9 +147,6 @@
|
| virtual RenderFrameHost* GetGuestByInstanceID(
|
| int browser_plugin_instance_id);
|
|
|
| - // Gets the GeolocationServiceContext associated with this delegate.
|
| - virtual GeolocationServiceContext* GetGeolocationServiceContext();
|
| -
|
| #if defined(OS_WIN)
|
| // Returns the frame's parent's NativeViewAccessible.
|
| virtual gfx::NativeViewAccessible GetParentNativeViewAccessible();
|
|
|