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

Unified Diff: Source/modules/geolocation/Geolocation.idl

Issue 401713005: Move all geofencing code into its own module separate from geolocation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 6 years, 5 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
Index: Source/modules/geolocation/Geolocation.idl
diff --git a/Source/modules/geolocation/Geolocation.idl b/Source/modules/geolocation/Geolocation.idl
index ab7f1ce43523850f07f2f25d528bf2ad095a88b8..2c9c1f8a04aac97afc4760f85abde02f30ceb691 100644
--- a/Source/modules/geolocation/Geolocation.idl
+++ b/Source/modules/geolocation/Geolocation.idl
@@ -39,8 +39,4 @@
optional Dictionary options);
void clearWatch(long watchID);
-
- [RuntimeEnabled=Geofencing, CallWith=ScriptState] Promise registerRegion(GeofencingRegion region);
- [RuntimeEnabled=Geofencing, CallWith=ScriptState] Promise unregisterRegion(DOMString regionId);
- [RuntimeEnabled=Geofencing, CallWith=ScriptState] Promise getRegisteredRegions();
};

Powered by Google App Engine
This is Rietveld 408576698