Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / geolocation / GeolocationClient.h
index d893871..4a6e465 100644 (file)
@@ -48,8 +48,6 @@ public:
     virtual void requestPermission(Geolocation*) = 0;
     virtual void cancelPermissionRequest(Geolocation*) = 0;
 
-    void provideGeolocationTo(Page*, GeolocationClient*);
-
 protected:
     virtual ~GeolocationClient() { }
 };