| Index: content/browser/geofencing/geofencing_manager.h
|
| diff --git a/content/browser/geofencing/geofencing_manager.h b/content/browser/geofencing/geofencing_manager.h
|
| index e0d3551b550d2dcf54f14e8bfc4d6c2265d365db..8e553c70cc3a61097022ace57064555fb13bdcf6 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,
|
|
|