| Index: chrome/browser/geolocation/network_location_request.cc
|
| ===================================================================
|
| --- chrome/browser/geolocation/network_location_request.cc (revision 37991)
|
| +++ chrome/browser/geolocation/network_location_request.cc (working copy)
|
| @@ -89,7 +89,7 @@
|
| timestamp_ = timestamp;
|
|
|
| url_fetcher_.reset(URLFetcher::Create(
|
| - wifi_data.access_point_data.size(), // Used for testing
|
| + host_name_.size(), // Used for testing
|
| url_, URLFetcher::POST, this));
|
| url_fetcher_->set_upload_data(kMimeApplicationJson, post_body);
|
| url_fetcher_->set_request_context(url_context_);
|
|
|