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

Unified Diff: Source/modules/geofencing/WorkerNavigatorGeofencing.h

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/WorkerNavigatorGeofencing.h
diff --git a/Source/modules/geofencing/WorkerNavigatorGeofencing.h b/Source/modules/geofencing/WorkerNavigatorGeofencing.h
index f54d352b95125721df707971981438de6b6f39d6..6f4af156fdd3ffe3713a0079ed30781c03b1c616 100644
--- a/Source/modules/geofencing/WorkerNavigatorGeofencing.h
+++ b/Source/modules/geofencing/WorkerNavigatorGeofencing.h
@@ -13,6 +13,7 @@ namespace blink {
class Geofencing;
class WorkerNavigator;
+// FIXME: Delete this class once ServiceWorkerRegistration is exposed in service workers.
class WorkerNavigatorGeofencing final : public NoBaseWillBeGarbageCollectedFinalized<WorkerNavigatorGeofencing>, public WillBeHeapSupplement<WorkerNavigator> {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WorkerNavigatorGeofencing);
WTF_MAKE_NONCOPYABLE(WorkerNavigatorGeofencing);

Powered by Google App Engine
This is Rietveld 408576698