summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/geolocation_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/geolocation_dispatcher.h')
-rw-r--r--chrome/renderer/geolocation_dispatcher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/renderer/geolocation_dispatcher.h b/chrome/renderer/geolocation_dispatcher.h
index 8955dfa..6467574 100644
--- a/chrome/renderer/geolocation_dispatcher.h
+++ b/chrome/renderer/geolocation_dispatcher.h
@@ -29,6 +29,8 @@ class GeolocationDispatcher : public WebKit::WebGeolocationService {
// WebKit::WebGeolocationService.
void requestPermissionForFrame(int bridge_id, const WebKit::WebURL& url);
+ void cancelPermissionRequestForFrame(
+ int bridge_id, const WebKit::WebURL& url);
void startUpdating(
int bridge_id, const WebKit::WebURL& url, bool enableHighAccuracy);
void stopUpdating(int bridge_id);