From c2ea7b1babdb7748e08a1f2442f13abac357d194 Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Thu, 12 Mar 2015 14:19:21 +0100 Subject: Fix geolocation (and slight cleanup) Cleanup is mostly to avoid tripping on an assert when calling GeolocationProvider::GetInstance() from outside the UI thread. Change-Id: Id9c964c1cf952a7c867e5154dd2c05e17733a842 Reviewed-by: Andras Becsi --- src/core/location_provider_qt.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/location_provider_qt.h') diff --git a/src/core/location_provider_qt.h b/src/core/location_provider_qt.h index 15b2e0520..66060479d 100644 --- a/src/core/location_provider_qt.h +++ b/src/core/location_provider_qt.h @@ -67,7 +67,6 @@ public: private: friend class QtPositioningHelper; - static base::MessageLoop *messageLoop(); void updatePosition(const content::Geoposition &); content::Geoposition m_lastKnownPosition; -- cgit v1.2.3