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

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: address comments 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
« no previous file with comments | « content/browser/storage_partition_impl.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 09220a42b8d7e4360d845e8ef680e6fd2707fad7..9d7a4996c38d5aee34c9faa9286ffe9b57853762 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',
« no previous file with comments | « content/browser/storage_partition_impl.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698