| Index: content/browser/geolocation/network_location_request.h
|
| diff --git a/content/browser/geolocation/network_location_request.h b/content/browser/geolocation/network_location_request.h
|
| index 1f122859f148052ea7e31a647fa7073e1e9f4aa4..6f0c3a66556f8e55f3adc9cfd26adfa051c003a2 100644
|
| --- a/content/browser/geolocation/network_location_request.h
|
| +++ b/content/browser/geolocation/network_location_request.h
|
| @@ -38,7 +38,6 @@ class NetworkLocationRequest : private net::URLFetcherDelegate {
|
| const content::Geoposition& position,
|
| bool server_error,
|
| const string16& access_token,
|
| - const RadioData& radio_data,
|
| const WifiData& wifi_data) = 0;
|
|
|
| protected:
|
| @@ -54,7 +53,6 @@ class NetworkLocationRequest : private net::URLFetcherDelegate {
|
| // Makes a new request. Returns true if the new request was successfully
|
| // started. In all cases, any currently pending request will be canceled.
|
| bool MakeRequest(const string16& access_token,
|
| - const RadioData& radio_data,
|
| const WifiData& wifi_data,
|
| const base::Time& timestamp);
|
|
|
| @@ -72,7 +70,6 @@ class NetworkLocationRequest : private net::URLFetcherDelegate {
|
|
|
| // Keep a copy of the data sent in the request, so we can refer back to it
|
| // when the response arrives.
|
| - RadioData radio_data_;
|
| WifiData wifi_data_;
|
| base::Time timestamp_; // Timestamp of the above data, not of the request.
|
|
|
|
|