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/mock_location_provider.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/mock_location_provider.h')
-rw-r--r-- | chrome/browser/geolocation/mock_location_provider.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/geolocation/mock_location_provider.h b/chrome/browser/geolocation/mock_location_provider.h index 99ee378..256e0b2 100644 --- a/chrome/browser/geolocation/mock_location_provider.h +++ b/chrome/browser/geolocation/mock_location_provider.h @@ -17,7 +17,6 @@ class MockLocationProvider : public LocationProviderBase { ~MockLocationProvider(); using LocationProviderBase::UpdateListeners; - using LocationProviderBase::InformListenersOfMovement; // LocationProviderBase implementation. virtual bool StartProvider(); |