Index: content/common/geofencing_status.cc |
diff --git a/content/common/geofencing_status.cc b/content/common/geofencing_status.cc |
index b171e497e58894dff63a52e187d62c9958407a2c..ffca197bc85327c26e4a691d5d55215454c479b0 100644 |
--- a/content/common/geofencing_status.cc |
+++ b/content/common/geofencing_status.cc |
@@ -19,6 +19,9 @@ const char* GeofencingStatusToString(GeofencingStatus status) { |
case GEOFENCING_STATUS_OPERATION_FAILED_SERVICE_NOT_AVAILABLE: |
return "Operation failed - geofencing not available"; |
+ case GEOFENCING_STATUS_UNREGISTRATION_FAILED_NOT_REGISTERED: |
+ return "Unregistration failed - no region registered with given ID"; |
+ |
case GEOFENCING_STATUS_ERROR: |
return "Operation has failed (unspecified reason)"; |
} |