| Index: content/common/geofencing_status.h
|
| diff --git a/content/common/geofencing_status.h b/content/common/geofencing_status.h
|
| index 7cbf380a378a5aa7b548ff6c2bc4c29c91634b11..13a1de8a2f4ee6a1ee9099f13fe0dbecf761fc0e 100644
|
| --- a/content/common/geofencing_status.h
|
| +++ b/content/common/geofencing_status.h
|
| @@ -17,6 +17,9 @@ enum GeofencingStatus {
|
| // Operation failed because geofencing is not available.
|
| GEOFENCING_STATUS_OPERATION_FAILED_SERVICE_NOT_AVAILABLE,
|
|
|
| + // Unregistering failed because region was not registered.
|
| + GEOFENCING_STATUS_UNREGISTRATION_FAILED_NOT_REGISTERED,
|
| +
|
| // Generic error.
|
| GEOFENCING_STATUS_ERROR,
|
|
|
|
|