| Index: content/browser/geolocation/gps_location_provider_linux.h
|
| diff --git a/content/browser/geolocation/gps_location_provider_linux.h b/content/browser/geolocation/gps_location_provider_linux.h
|
| index 472d0a5554aea3260419814459e253c712e1d8f5..c004e063349a256813cf593d63e8443e8c68aa37 100644
|
| --- a/content/browser/geolocation/gps_location_provider_linux.h
|
| +++ b/content/browser/geolocation/gps_location_provider_linux.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -48,7 +48,6 @@ class CONTENT_EXPORT GpsLocationProviderLinux : public LocationProviderBase {
|
| virtual void StopProvider() OVERRIDE;
|
| virtual void GetPosition(Geoposition* position) OVERRIDE;
|
| virtual void UpdatePosition() OVERRIDE;
|
| - virtual void OnPermissionGranted(const GURL& requesting_frame) OVERRIDE;
|
|
|
| private:
|
| // Task which run in the child thread.
|
|
|