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

Unified Diff: content/common/geofencing_status.h

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/browser/renderer_host/render_process_host_impl.cc ('k') | content/common/geofencing_status.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/common/geofencing_status.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698