| Index: chromeos/geolocation/simple_geolocation_provider.h
|
| diff --git a/chromeos/geolocation/simple_geolocation_provider.h b/chromeos/geolocation/simple_geolocation_provider.h
|
| index 2b7ded2f8adaccc4bdab1eb7361618ed83f28f13..b4fddcc50b2dcee7492687f047fac21b5ec6a1f5 100644
|
| --- a/chromeos/geolocation/simple_geolocation_provider.h
|
| +++ b/chromeos/geolocation/simple_geolocation_provider.h
|
| @@ -36,10 +36,12 @@ class CHROMEOS_EXPORT SimpleGeolocationProvider {
|
| virtual ~SimpleGeolocationProvider();
|
|
|
| // Initiates new request. If |send_wifi_access_points|, WiFi AP information
|
| - // will be added to the request. See SimpleGeolocationRequest for the
|
| - // description of the other parameters.
|
| + // will be added to the request, similarly for |send_cell_towers| and Cell
|
| + // Tower information. See SimpleGeolocationRequest for the description of
|
| + // the other parameters.
|
| void RequestGeolocation(base::TimeDelta timeout,
|
| bool send_wifi_access_points,
|
| + bool send_cell_towers,
|
| SimpleGeolocationRequest::ResponseCallback callback);
|
|
|
| // Returns default geolocation service URL.
|
|
|