Index: content/renderer/geolocation_dispatcher.h |
=================================================================== |
--- content/renderer/geolocation_dispatcher.h (revision 78781) |
+++ content/renderer/geolocation_dispatcher.h (working copy) |
@@ -47,10 +47,10 @@ |
const WebKit::WebGeolocationPermissionRequest& permissionRequest); |
// Permission for using geolocation has been set. |
- void OnGeolocationPermissionSet(int bridge_id, bool is_allowed); |
+ void OnPermissionSet(int bridge_id, bool is_allowed); |
// We have an updated geolocation position or error code. |
- void OnGeolocationPositionUpdated(const Geoposition& geoposition); |
+ void OnPositionUpdated(const Geoposition& geoposition); |
// The controller_ is valid for the lifetime of the underlying |
// WebCore::GeolocationController. geolocationDestroyed() is |