| Index: chrome/browser/renderer_host/render_view_host_delegate.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host_delegate.h (revision 42590)
|
| +++ chrome/browser/renderer_host/render_view_host_delegate.h (working copy)
|
| @@ -295,6 +295,11 @@
|
| // 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 ----------------------------------------------------------------------
|
|
|