Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1379)

Unified Diff: content/common/geofencing_status.cc

Issue 586163003: Basic implementation of GeofencingManager class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@geofencing5
Patch Set: minor cleanup Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/geofencing_status.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)";
}
« no previous file with comments | « content/common/geofencing_status.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698