| Index: content/browser/geolocation/geolocation_dispatcher_host.h
|
| diff --git a/content/browser/geolocation/geolocation_dispatcher_host.h b/content/browser/geolocation/geolocation_dispatcher_host.h
|
| index e8bda4026d687001276f562ea5b254ef0a6e64d7..f419a71e133e1d514c79ce08cbc02b3dfe496ec8 100644
|
| --- a/content/browser/geolocation/geolocation_dispatcher_host.h
|
| +++ b/content/browser/geolocation/geolocation_dispatcher_host.h
|
| @@ -60,6 +60,7 @@ class GeolocationDispatcherHost : public WebContentsObserver {
|
| void SendGeolocationPermissionResponse(int render_process_id,
|
| int render_frame_id,
|
| int bridge_id,
|
| + int choice,
|
| bool allowed);
|
|
|
| // A map from the RenderFrameHosts that have requested geolocation updates to
|
| @@ -67,6 +68,9 @@ class GeolocationDispatcherHost : public WebContentsObserver {
|
| std::map<RenderFrameHost*, bool> updating_frames_;
|
| bool paused_;
|
|
|
| + // User's preference for geolocation sharing precision.
|
| + int geolocationPrecision_;
|
| +
|
| struct PendingPermission {
|
| PendingPermission(int render_frame_id,
|
| int render_process_id,
|
|
|