diff options
author | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-02 12:25:55 +0000 |
---|---|---|
committer | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-02 12:25:55 +0000 |
commit | 9d274dce508da36dd586236d0a313a9bd7212c12 (patch) | |
tree | 79ae941765f5ea3a183be67600d8f021571b08e7 /chrome/browser/geolocation/gps_location_provider_linux.h | |
parent | a7d741f037a118e2eaca628dc3fbbd61eb7211b1 (diff) | |
download | chromium_src-9d274dce508da36dd586236d0a313a9bd7212c12.zip chromium_src-9d274dce508da36dd586236d0a313a9bd7212c12.tar.gz chromium_src-9d274dce508da36dd586236d0a313a9bd7212c12.tar.bz2 |
Remove obsolete code:
- InformListenersOfMovement not required as WebKit has no way to trigger timeouts when movement is detected but cannot be resolved to a location.
- Error message in gps_open() does not have any additional information
Review URL: http://codereview.chromium.org/2450002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48711 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/geolocation/gps_location_provider_linux.h')
-rw-r--r-- | chrome/browser/geolocation/gps_location_provider_linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/geolocation/gps_location_provider_linux.h b/chrome/browser/geolocation/gps_location_provider_linux.h index 816062e..0772ec6 100644 --- a/chrome/browser/geolocation/gps_location_provider_linux.h +++ b/chrome/browser/geolocation/gps_location_provider_linux.h @@ -45,7 +45,6 @@ class GpsLocationProviderLinux : public LocationProviderBase { const LibGpsFactory libgps_factory_; scoped_ptr<LibGps> gps_; - std::string error_msg_; Geoposition position_; // Holder for the tasks which run on the thread; takes care of cleanup. |