Chromium Code Reviews| 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 0d927a45af2c52e24226267082ecf97ddc47aa54..d14e084adc077d8a06f5725b21945cfbe585eecf 100644 |
| --- a/content/browser/frame_host/render_frame_host_delegate.h |
| +++ b/content/browser/frame_host/render_frame_host_delegate.h |
| @@ -26,6 +26,7 @@ class Message; |
| } |
| namespace content { |
| +class GeolocationServiceImplContext; |
| class RenderFrameHost; |
| class WebContents; |
| struct AXEventNotificationDetails; |
| @@ -147,6 +148,9 @@ class CONTENT_EXPORT RenderFrameHostDelegate { |
| virtual RenderFrameHost* GetGuestByInstanceID( |
| int browser_plugin_instance_id); |
| + // Gets the geolocation context associated with this delegate. |
| + virtual GeolocationServiceImplContext* GetGeolocationContext(); |
|
Michael van Ouwerkerk
2014/10/08 14:13:07
Please disambiguate in method name and documentati
blundell
2014/10/09 08:32:52
Done.
|
| + |
| #if defined(OS_WIN) |
| // Returns the frame's parent's NativeViewAccessible. |
| virtual gfx::NativeViewAccessible GetParentNativeViewAccessible(); |