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

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

Issue 623813002: Blink side of exposing the service worker registration associated with geofencing API calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: hopefully correctly fix compile Created 6 years, 2 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/ServiceWorkerRegistrationGeofencing.idl
diff --git a/Source/modules/geofencing/NavigatorGeofencing.idl b/Source/modules/geofencing/ServiceWorkerRegistrationGeofencing.idl
similarity index 83%
rename from Source/modules/geofencing/NavigatorGeofencing.idl
rename to Source/modules/geofencing/ServiceWorkerRegistrationGeofencing.idl
index 2591b0f7b06112d43255d35753b16bf975ac9b05..1d0df55694808757f8c9e857c9541c15b0b28a22 100644
--- a/Source/modules/geofencing/NavigatorGeofencing.idl
+++ b/Source/modules/geofencing/ServiceWorkerRegistrationGeofencing.idl
@@ -4,6 +4,6 @@
[
RuntimeEnabled=Geofencing,
-] partial interface Navigator {
+] partial interface ServiceWorkerRegistration {
readonly attribute Geofencing geofencing;
};

Powered by Google App Engine
This is Rietveld 408576698