| Index: content/browser/geofencing/geofencing_manager.h
|
| diff --git a/content/browser/geofencing/geofencing_manager.h b/content/browser/geofencing/geofencing_manager.h
|
| index d5842b33e16320e7b383720ad0eea9223bb01ee0..7cd7b17ef44c7362c258de94291a8bd1af49156e 100644
|
| --- a/content/browser/geofencing/geofencing_manager.h
|
| +++ b/content/browser/geofencing/geofencing_manager.h
|
| @@ -116,6 +116,7 @@ class CONTENT_EXPORT GeofencingManager
|
| // object. Assumes no registration with the same IDs currently exists.
|
| Registration& AddRegistration(
|
| int64 service_worker_registration_id,
|
| + const GURL& service_worker_origin,
|
| const std::string& region_id,
|
| const blink::WebCircularGeofencingRegion& region,
|
| const StatusCallback& callback,
|
|
|