| Index: chrome/browser/geolocation/chrome_geolocation_permission_context.h
|
| ===================================================================
|
| --- chrome/browser/geolocation/chrome_geolocation_permission_context.h (revision 269041)
|
| +++ chrome/browser/geolocation/chrome_geolocation_permission_context.h (working copy)
|
| @@ -28,15 +28,13 @@
|
|
|
| // GeolocationPermissionContext:
|
| virtual void RequestGeolocationPermission(
|
| - int render_process_id,
|
| - int render_view_id,
|
| + content::WebContents* web_contents,
|
| int bridge_id,
|
| const GURL& requesting_frame,
|
| bool user_gesture,
|
| base::Callback<void(bool)> callback) OVERRIDE;
|
| virtual void CancelGeolocationPermissionRequest(
|
| - int render_process_id,
|
| - int render_view_id,
|
| + content::WebContents* web_contents,
|
| int bridge_id,
|
| const GURL& requesting_frame) OVERRIDE;
|
|
|
|
|