diff options
Diffstat (limited to 'chrome/browser/geolocation/geolocation_permission_context.h')
-rw-r--r-- | chrome/browser/geolocation/geolocation_permission_context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/geolocation/geolocation_permission_context.h b/chrome/browser/geolocation/geolocation_permission_context.h index 8c2d264..a7c31fa 100644 --- a/chrome/browser/geolocation/geolocation_permission_context.h +++ b/chrome/browser/geolocation/geolocation_permission_context.h @@ -62,6 +62,9 @@ class GeolocationPermissionContext int render_process_id, int render_view_id, int bridge_id, const GURL& requesting_frame, bool allowed); + // Calls GeolocationArbitrator::OnPermissionGranted. + void NotifyArbitratorPermissionGranted(const GURL& requesting_frame); + // This should only be accessed from the UI thread. Profile* const profile_; |