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

Unified Diff: Source/modules/geofencing/GeofencingRegion.idl

Issue 464073002: Pass through geofencing API calls to the content layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 4 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/GeofencingRegion.idl
diff --git a/Source/modules/geofencing/GeofencingRegion.idl b/Source/modules/geofencing/GeofencingRegion.idl
index 4e22058d98b22fb2f0a7d196263ea4b9a458feab..5e05716ccb1056c50a1aae7e05cbb2666b6a438b 100644
--- a/Source/modules/geofencing/GeofencingRegion.idl
+++ b/Source/modules/geofencing/GeofencingRegion.idl
@@ -4,6 +4,7 @@
[
RuntimeEnabled=Geofencing,
+ SpecialWrapFor=CircularRegion,
abarth-chromium 2014/08/23 05:43:34 We can't call this CircularRegion. That might con
Marijn Kruisselbrink 2014/08/25 22:25:25 Done.
NoInterfaceObject,
GarbageCollected,
] interface GeofencingRegion {

Powered by Google App Engine
This is Rietveld 408576698