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

Unified Diff: device/geolocation/geolocation_service_context.h

Issue 2697473002: Remove last usage functions from HostContentSettingsMap and clean up prefs (Closed)
Patch Set: fix up unit test Created 3 years, 10 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/test/mock_permission_manager.h ('k') | device/geolocation/geolocation_service_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/geolocation/geolocation_service_context.h
diff --git a/device/geolocation/geolocation_service_context.h b/device/geolocation/geolocation_service_context.h
index 2e900007cd963e400d4d894789ab20866b886880..5b7c2f0c29072aa3ea5df2ed2a415ac74d261632 100644
--- a/device/geolocation/geolocation_service_context.h
+++ b/device/geolocation/geolocation_service_context.h
@@ -26,10 +26,7 @@ class DEVICE_GEOLOCATION_EXPORT GeolocationServiceContext {
virtual ~GeolocationServiceContext();
// Creates a GeolocationServiceImpl that is weakly bound to |request|.
- // |update_callback| will be called when services send
- // location updates to their clients.
- void CreateService(const base::Closure& update_callback,
- mojo::InterfaceRequest<mojom::GeolocationService> request);
+ void CreateService(mojo::InterfaceRequest<mojom::GeolocationService> request);
// Called when a service has a connection error. After this call, it is no
// longer safe to access |service|.
« no previous file with comments | « content/test/mock_permission_manager.h ('k') | device/geolocation/geolocation_service_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698