| Index: content/child/geofencing/web_geofencing_provider_impl.h
|
| diff --git a/content/child/geofencing/web_geofencing_provider_impl.h b/content/child/geofencing/web_geofencing_provider_impl.h
|
| index a1dd7445d0dd4c47478734869529529ef4dfadf3..9aac7951731d80ca68f90461d43f116c78e32616 100644
|
| --- a/content/child/geofencing/web_geofencing_provider_impl.h
|
| +++ b/content/child/geofencing/web_geofencing_provider_impl.h
|
| @@ -21,12 +21,17 @@ class WebGeofencingProviderImpl
|
|
|
| private:
|
| // WebGeofencingProvider implementation.
|
| - virtual void registerRegion(const blink::WebString& regionId,
|
| - const blink::WebCircularGeofencingRegion& region,
|
| - blink::WebGeofencingCallbacks* callbacks);
|
| - virtual void unregisterRegion(const blink::WebString& regionId,
|
| - blink::WebGeofencingCallbacks* callbacks);
|
| + virtual void registerRegion(
|
| + const blink::WebString& regionId,
|
| + const blink::WebCircularGeofencingRegion& region,
|
| + blink::WebServiceWorkerRegistration* service_worker_registration,
|
| + blink::WebGeofencingCallbacks* callbacks);
|
| + virtual void unregisterRegion(
|
| + const blink::WebString& regionId,
|
| + blink::WebServiceWorkerRegistration* service_worker_registration,
|
| + blink::WebGeofencingCallbacks* callbacks);
|
| virtual void getRegisteredRegions(
|
| + blink::WebServiceWorkerRegistration* service_worker_registration,
|
| blink::WebGeofencingRegionsCallbacks* callbacks);
|
|
|
| GeofencingDispatcher* GetDispatcher();
|
|
|