summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/platform/GeolocationService.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/platform/GeolocationService.h')
-rw-r--r--src/3rdparty/webkit/WebCore/platform/GeolocationService.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/3rdparty/webkit/WebCore/platform/GeolocationService.h b/src/3rdparty/webkit/WebCore/platform/GeolocationService.h
index 74a6eade4..cebf31330 100644
--- a/src/3rdparty/webkit/WebCore/platform/GeolocationService.h
+++ b/src/3rdparty/webkit/WebCore/platform/GeolocationService.h
@@ -59,11 +59,16 @@ public:
void positionChanged();
void errorOccurred();
+ static void useMock();
+
protected:
GeolocationService(GeolocationServiceClient*);
private:
GeolocationServiceClient* m_geolocationServiceClient;
+
+ typedef GeolocationService* (FactoryFunction)(GeolocationServiceClient*);
+ static FactoryFunction* s_factoryFunction;
};
} // namespace WebCore