| Index: chrome/browser/renderer_host/render_view_host_delegate.h
|
| diff --git a/chrome/browser/renderer_host/render_view_host_delegate.h b/chrome/browser/renderer_host/render_view_host_delegate.h
|
| index 45934d2e1653470fa2f4a57ed1df5e8b6ce4efc7..3ac57b97d023ee25cc780f391344b2b72b8da831 100644
|
| --- a/chrome/browser/renderer_host/render_view_host_delegate.h
|
| +++ b/chrome/browser/renderer_host/render_view_host_delegate.h
|
| @@ -295,6 +295,11 @@ class RenderViewHostDelegate {
|
| // Called when content in the current page was blocked due to the user's
|
| // content settings.
|
| virtual void OnContentBlocked(ContentSettingsType type) = 0;
|
| +
|
| + // Called when geolocation permission was set in a frame on the current
|
| + // page.
|
| + virtual void OnGeolocationPermissionSet(const GURL& requesting_frame,
|
| + bool allowed) = 0;
|
| };
|
|
|
| // Save ----------------------------------------------------------------------
|
|
|