| Index: content/browser/geolocation/gps_location_provider_linux.cc
|
| diff --git a/content/browser/geolocation/gps_location_provider_linux.cc b/content/browser/geolocation/gps_location_provider_linux.cc
|
| index 1c00d69abd1e086550a6c3a7e52ab6cbdf7066b3..e5103fac5eeea3687b1da5e63c842825768f9007 100644
|
| --- a/content/browser/geolocation/gps_location_provider_linux.cc
|
| +++ b/content/browser/geolocation/gps_location_provider_linux.cc
|
| @@ -91,10 +91,6 @@ void GpsLocationProviderLinux::UpdatePosition() {
|
| ScheduleNextGpsPoll(0);
|
| }
|
|
|
| -void GpsLocationProviderLinux::OnPermissionGranted(
|
| - const GURL& requesting_frame) {
|
| -}
|
| -
|
| void GpsLocationProviderLinux::DoGpsPollTask() {
|
| if (!gps_->Start()) {
|
| DLOG(WARNING) << "Couldn't start GPS provider.";
|
|
|