| Index: content/public/browser/geolocation_permission_context.h
|
| diff --git a/content/public/browser/geolocation_permission_context.h b/content/public/browser/geolocation_permission_context.h
|
| index e1faa09a32a3b18f6c7f9239c9c68d536381b01e..ab85862c3ec5dea8252aec1e90e9e8db2d0983f4 100644
|
| --- a/content/public/browser/geolocation_permission_context.h
|
| +++ b/content/public/browser/geolocation_permission_context.h
|
| @@ -27,6 +27,7 @@ class CONTENT_EXPORT GeolocationPermissionContext
|
| int render_view_id,
|
| int bridge_id,
|
| const GURL& requesting_frame,
|
| + bool user_gesture,
|
| base::Callback<void(bool)> callback) = 0;
|
|
|
| // The renderer is cancelling a pending permission request.
|
|
|