summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/mock/GeolocationClientMock.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/mock/GeolocationClientMock.h')
-rw-r--r--Source/WebCore/platform/mock/GeolocationClientMock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/mock/GeolocationClientMock.h b/Source/WebCore/platform/mock/GeolocationClientMock.h
index df35316..b400166 100644
--- a/Source/WebCore/platform/mock/GeolocationClientMock.h
+++ b/Source/WebCore/platform/mock/GeolocationClientMock.h
@@ -59,6 +59,7 @@ public:
void setError(PassRefPtr<GeolocationError>);
void setPosition(PassRefPtr<GeolocationPosition>);
void setPermission(bool allowed);
+ int numberOfPendingPermissionRequests() const;
// GeolocationClient
virtual void geolocationDestroyed();