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

Unified Diff: modules/geofencing/GeofencingEvent.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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 | « modules/geofencing/CircularGeofencingRegionInit.idl ('k') | modules/geofencing/GeofencingRegion.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/geofencing/GeofencingEvent.idl
diff --git a/modules/geofencing/GeofencingRegion.idl b/modules/geofencing/GeofencingEvent.idl
similarity index 66%
copy from modules/geofencing/GeofencingRegion.idl
copy to modules/geofencing/GeofencingEvent.idl
index 32d3d3cf73f005ed9987a0e87f35c297a2b8f98c..47b3cc962f73b5f39ccf05ecca920cf4c47141b4 100644
--- a/modules/geofencing/GeofencingRegion.idl
+++ b/modules/geofencing/GeofencingEvent.idl
@@ -4,9 +4,8 @@
[
RuntimeEnabled=Geofencing,
- SpecialWrapFor=CircularGeofencingRegion,
- NoInterfaceObject,
- GarbageCollected,
-] interface GeofencingRegion {
+ Exposed=ServiceWorker
+] interface GeofencingEvent : Event {
readonly attribute DOMString id;
+ readonly attribute GeofencingRegion region;
};
« no previous file with comments | « modules/geofencing/CircularGeofencingRegionInit.idl ('k') | modules/geofencing/GeofencingRegion.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698