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

Unified Diff: content/content_browser.gypi

Issue 645763003: Refactor GeofencingManager to have one instance per StoragePartition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: have reference to service worker context in geofencing manager 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index bf32d284bc5b49191a9bdacc00f349a6b44b2b0c..6f17dc024c2464fa06f9ca0c65d99f1a51d55f11 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -677,6 +677,9 @@
'browser/geofencing/geofencing_manager.cc',
'browser/geofencing/geofencing_manager.h',
'browser/geofencing/geofencing_provider.h',
+ 'browser/geofencing/geofencing_registration_delegate.h',
+ 'browser/geofencing/geofencing_service.cc',
+ 'browser/geofencing/geofencing_service.h',
'browser/geolocation/empty_wifi_data_provider.cc',
'browser/geolocation/empty_wifi_data_provider.h',
'browser/geolocation/geolocation_dispatcher_host.cc',

Powered by Google App Engine
This is Rietveld 408576698