| Index: content/browser/geolocation/win7_location_provider_win.cc
|
| diff --git a/content/browser/geolocation/win7_location_provider_win.cc b/content/browser/geolocation/win7_location_provider_win.cc
|
| index 927c053091b12d54f00db19ed72c294c8399371e..cfcf3f35158747e8e9e73066db60d785ded22394 100644
|
| --- a/content/browser/geolocation/win7_location_provider_win.cc
|
| +++ b/content/browser/geolocation/win7_location_provider_win.cc
|
| @@ -75,10 +75,6 @@ void Win7LocationProvider::UpdatePosition() {
|
| ScheduleNextPoll(0);
|
| }
|
|
|
| -void Win7LocationProvider::OnPermissionGranted(
|
| - const GURL& requesting_frame) {
|
| -}
|
| -
|
| void Win7LocationProvider::DoPollTask() {
|
| Geoposition new_position;
|
| api_->GetPosition(&new_position);
|
|
|