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 722baf45d94f43d3f9c1febe4584122d3b56aee4..76589379641fcb8ad718025ea5d4328a994f2721 100644 |
--- a/content/browser/geolocation/gps_location_provider_linux.h |
+++ b/content/browser/geolocation/gps_location_provider_linux.h |
@@ -56,10 +56,6 @@ class CONTENT_EXPORT LibGps { |
}; |
// Location provider for Linux, that uses libgps/gpsd to obtain position fixes. |
-// TODO(joth): Currently this runs entirely in the client thread (i.e. Chrome's |
-// IO thread). As the older libgps API is not designed to support polling, |
-// there's a chance it could block, so better move this into its own worker |
-// thread. |
class CONTENT_EXPORT GpsLocationProviderLinux : public LocationProviderBase { |
public: |
typedef LibGps* (*LibGpsFactory)(); |