| Index: content/public/browser/geolocation_permission_context.h
|
| ===================================================================
|
| --- content/public/browser/geolocation_permission_context.h (revision 163741)
|
| +++ content/public/browser/geolocation_permission_context.h (working copy)
|
| @@ -31,7 +31,9 @@
|
|
|
| // The renderer is cancelling a pending permission request.
|
| virtual void CancelGeolocationPermissionRequest(
|
| - int render_process_id, int render_view_id, int bridge_id,
|
| + int render_process_id,
|
| + int render_view_id,
|
| + int bridge_id,
|
| const GURL& requesting_frame) = 0;
|
|
|
| protected:
|
|
|