| 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|.
|
|
|