| Index: chrome/browser/geolocation/geolocation_permission_context.h
|
| diff --git a/chrome/browser/geolocation/geolocation_permission_context.h b/chrome/browser/geolocation/geolocation_permission_context.h
|
| index 6e387f15ed4fdacac257296ae47f672f89209539..a523d8c9b22af9e23424c815e9ff4e6985361f1c 100644
|
| --- a/chrome/browser/geolocation/geolocation_permission_context.h
|
| +++ b/chrome/browser/geolocation/geolocation_permission_context.h
|
| @@ -50,7 +50,7 @@ class GeolocationPermissionContext
|
| // geolocation.
|
| void NotifyPermissionSet(
|
| int render_process_id, int render_view_id, int bridge_id,
|
| - bool allowed);
|
| + const GURL& requesting_frame, bool allowed);
|
|
|
| // This should only be accessed from the UI thread.
|
| Profile* const profile_;
|
|
|