summaryrefslogtreecommitdiffstats
path: root/WebKit/chromium/public/WebGeolocationServiceMock.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/chromium/public/WebGeolocationServiceMock.h')
-rw-r--r--WebKit/chromium/public/WebGeolocationServiceMock.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebKit/chromium/public/WebGeolocationServiceMock.h b/WebKit/chromium/public/WebGeolocationServiceMock.h
index 407fe9d..820975e 100644
--- a/WebKit/chromium/public/WebGeolocationServiceMock.h
+++ b/WebKit/chromium/public/WebGeolocationServiceMock.h
@@ -44,9 +44,6 @@ public:
WEBKIT_API static void setMockGeolocationPermission(bool allowed);
WEBKIT_API static void setMockGeolocationPosition(double latitude, double longitude, double accuracy);
WEBKIT_API static void setMockGeolocationError(int errorCode, const WebString& message);
-
-protected:
- static bool s_mockGeolocationPermission;
};
} // namespace WebKit