diff options
author | jknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-22 13:58:48 +0000 |
---|---|---|
committer | jknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-22 13:58:48 +0000 |
commit | ecad7768a4f40e1ff1a6f1634d18a68358978cdb (patch) | |
tree | 78f530436257f410d8fa153c40cae5b35714ff0f /chrome/renderer/render_view.h | |
parent | 70372d49ac0fc1bbfd7e04aa820b646a6c525743 (diff) | |
download | chromium_src-ecad7768a4f40e1ff1a6f1634d18a68358978cdb.zip chromium_src-ecad7768a4f40e1ff1a6f1634d18a68358978cdb.tar.gz chromium_src-ecad7768a4f40e1ff1a6f1634d18a68358978cdb.tar.bz2 |
Geolocation dispatcher rename:
Rename GeolocationDispatcherHost to GeolocationDispatcherHostOld and GeolocationDispatcher to GeolocationDispatcherOld in preparation for the new client-based implementation.
BUG=59908
TEST=None
Review URL: http://codereview.chromium.org/3799010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63507 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/render_view.h')
-rw-r--r-- | chrome/renderer/render_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/renderer/render_view.h b/chrome/renderer/render_view.h index 57c26ff..cd28c02 100644 --- a/chrome/renderer/render_view.h +++ b/chrome/renderer/render_view.h @@ -60,7 +60,7 @@ class DomAutomationController; class DOMUIBindings; class ExternalHostBindings; class FilePath; -class GeolocationDispatcher; +class GeolocationDispatcherOld; class GURL; class ListValue; class NavigationState; @@ -1299,7 +1299,7 @@ class RenderView : public RenderWidget, scoped_refptr<AudioMessageFilter> audio_message_filter_; // The geolocation dispatcher attached to this view, lazily initialized. - scoped_ptr<GeolocationDispatcher> geolocation_dispatcher_; + scoped_ptr<GeolocationDispatcherOld> geolocation_dispatcher_; // Handles accessibility requests into the renderer side, as well as // maintains the cache and other features of the accessibility tree. |