summaryrefslogtreecommitdiffstats
path: root/content/renderer/geolocation_dispatcher.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-19 18:03:30 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-19 18:03:30 +0000
commite7c21b81e038b600c4a39a8c0f9e92ed6a6612c6 (patch)
tree6f0bcf6afa6862b279b1fc1d23d78cead2bd0de3 /content/renderer/geolocation_dispatcher.h
parent903226b51dbba87492e2dac5405f82f5b3947f6d (diff)
downloadchromium_src-e7c21b81e038b600c4a39a8c0f9e92ed6a6612c6.zip
chromium_src-e7c21b81e038b600c4a39a8c0f9e92ed6a6612c6.tar.gz
chromium_src-e7c21b81e038b600c4a39a8c0f9e92ed6a6612c6.tar.bz2
Move geolocation, desktop notification, and device orientation into their own message files.Also fix a regression from my earlier change to create a plugin through the embedder API. The fix is to not to create a plugin if the embedder returns NULL, and just have the default implementation create the plugin on its own.TBR=avi
R=brettw@chromium.org,johnnyg@chromium.org,darin@chromium.org,*,jam@chromium.org,ben@chromium.org Review URL: http://codereview.chromium.org/6688054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78832 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/geolocation_dispatcher.h')
-rw-r--r--content/renderer/geolocation_dispatcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/renderer/geolocation_dispatcher.h b/content/renderer/geolocation_dispatcher.h
index 3f70853..27731f6 100644
--- a/content/renderer/geolocation_dispatcher.h
+++ b/content/renderer/geolocation_dispatcher.h
@@ -47,10 +47,10 @@ class GeolocationDispatcher : public RenderViewObserver,
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