| Index: content/browser/geolocation/location_provider_android.cc
|
| diff --git a/content/browser/geolocation/location_provider_android.cc b/content/browser/geolocation/location_provider_android.cc
|
| index 8628679754faf0594b2bf1afd79d7b1e1fe76252..a185422893b9ab3e20db3e20b3622f96853f97a2 100644
|
| --- a/content/browser/geolocation/location_provider_android.cc
|
| +++ b/content/browser/geolocation/location_provider_android.cc
|
| @@ -38,8 +38,7 @@ void LocationProviderAndroid::UpdatePosition() {
|
| // Nothing to do here, android framework will call us back on new position.
|
| }
|
|
|
| -void LocationProviderAndroid::OnPermissionGranted(
|
| - const GURL& requesting_frame) {
|
| +void LocationProviderAndroid::OnPermissionGranted() {
|
| // Nothing to do here.
|
| }
|
|
|
|
|