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

Unified Diff: Source/modules/geofencing/CircularRegion.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: 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/geofencing/CircularRegion.idl
diff --git a/Source/modules/geolocation/CircularRegion.idl b/Source/modules/geofencing/CircularRegion.idl
similarity index 93%
rename from Source/modules/geolocation/CircularRegion.idl
rename to Source/modules/geofencing/CircularRegion.idl
index c4121e13ed840cfbc941438b75321cb870dce747..9ba02a3e55d05687621dfe90041c7670642f1e9c 100644
--- a/Source/modules/geolocation/CircularRegion.idl
+++ b/Source/modules/geofencing/CircularRegion.idl
@@ -4,7 +4,7 @@
[
RuntimeEnabled=Geofencing,
- Exposed=Window&Worker,
+ Exposed=Window&ServiceWorker,
Peter Beverloo 2014/07/25 09:22:19 This is a behavioral change, please don't include
Marijn Kruisselbrink 2014/07/30 23:40:54 Done.
GarbageCollected,
Constructor(Dictionary init)
] interface CircularRegion : GeofencingRegion {

Powered by Google App Engine
This is Rietveld 408576698