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

Unified Diff: modules/geofencing/ServiceWorkerGlobalScopeGeofencing.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
Index: modules/geofencing/ServiceWorkerGlobalScopeGeofencing.idl
diff --git a/modules/push_messaging/ServiceWorkerGlobalScopePush.idl b/modules/geofencing/ServiceWorkerGlobalScopeGeofencing.idl
similarity index 64%
copy from modules/push_messaging/ServiceWorkerGlobalScopePush.idl
copy to modules/geofencing/ServiceWorkerGlobalScopeGeofencing.idl
index 3395b3d43107a7d298201f7ec943b12cd58529e5..418f02efd103788f7d304dd0fd7cb0c6f629f957 100644
--- a/modules/push_messaging/ServiceWorkerGlobalScopePush.idl
+++ b/modules/geofencing/ServiceWorkerGlobalScopeGeofencing.idl
@@ -3,7 +3,8 @@
// found in the LICENSE file.
[
- RuntimeEnabled=PushMessaging,
+ RuntimeEnabled=Geofencing,
] partial interface ServiceWorkerGlobalScope {
- attribute EventHandler onpush;
+ attribute EventHandler ongeofenceenter;
+ attribute EventHandler ongeofenceleave;
};
« no previous file with comments | « modules/geofencing/NavigatorGeofencing.idl ('k') | modules/geofencing/ServiceWorkerRegistrationGeofencing.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698