| Index: chromeos/geolocation/simple_geolocation_provider.h
|
| diff --git a/chromeos/geolocation/simple_geolocation_provider.h b/chromeos/geolocation/simple_geolocation_provider.h
|
| index 6ba20dc21cd0a70a6cb3ca27e0170ee9651c45f1..245dc27111ddcb69bcbfc14d5b55a4d8df15d539 100644
|
| --- a/chromeos/geolocation/simple_geolocation_provider.h
|
| +++ b/chromeos/geolocation/simple_geolocation_provider.h
|
| @@ -33,9 +33,11 @@ class CHROMEOS_EXPORT SimpleGeolocationProvider {
|
| const GURL& url);
|
| virtual ~SimpleGeolocationProvider();
|
|
|
| - // Initiates new request (See SimpleGeolocationRequest for parameters
|
| - // description.)
|
| + // 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.
|
| void RequestGeolocation(base::TimeDelta timeout,
|
| + bool send_wifi_access_points,
|
| SimpleGeolocationRequest::ResponseCallback callback);
|
|
|
| // Returns default geolocation service URL.
|
|
|