summaryrefslogtreecommitdiff
path: root/Source/WebCore/page/Chrome.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/page/Chrome.cpp')
-rw-r--r--Source/WebCore/page/Chrome.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/WebCore/page/Chrome.cpp b/Source/WebCore/page/Chrome.cpp
index 8c3b03264..5e0122ddd 100644
--- a/Source/WebCore/page/Chrome.cpp
+++ b/Source/WebCore/page/Chrome.cpp
@@ -445,16 +445,6 @@ void Chrome::print(Frame* frame)
m_client->print(frame);
}
-void Chrome::requestGeolocationPermissionForFrame(Frame* frame, Geolocation* geolocation)
-{
- m_client->requestGeolocationPermissionForFrame(frame, geolocation);
-}
-
-void Chrome::cancelGeolocationPermissionRequestForFrame(Frame* frame, Geolocation* geolocation)
-{
- m_client->cancelGeolocationPermissionRequestForFrame(frame, geolocation);
-}
-
#if ENABLE(DIRECTORY_UPLOAD)
void Chrome::enumerateChosenDirectory(FileChooser* fileChooser)
{