summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-03 01:17:27 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-03 01:17:27 +0000
commitc50008518aa19574ce694d280d3a7947dd150d91 (patch)
tree4206aed59cc75943e6255a2161ba7364463b1242 /chrome/renderer/render_view.h
parentfb3d0321d7aa47b273a50d4ac8e9e92c791f81b9 (diff)
downloadchromium_src-c50008518aa19574ce694d280d3a7947dd150d91.zip
chromium_src-c50008518aa19574ce694d280d3a7947dd150d91.tar.gz
chromium_src-c50008518aa19574ce694d280d3a7947dd150d91.tar.bz2
WebUI: Rename DOMUIBindings to WebUIBindings.
BUG=59945 TEST=trybots Review URL: http://codereview.chromium.org/6368061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73570 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/render_view.h')
-rw-r--r--chrome/renderer/render_view.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/renderer/render_view.h b/chrome/renderer/render_view.h
index 6cf1727..2540ba0 100644
--- a/chrome/renderer/render_view.h
+++ b/chrome/renderer/render_view.h
@@ -61,7 +61,7 @@ class DeviceOrientationDispatcher;
class DevToolsAgent;
class DevToolsClient;
class DomAutomationController;
-class DOMUIBindings;
+class WebUIBindings;
class ExternalHostBindings;
class FilePath;
class GeolocationDispatcher;
@@ -1057,7 +1057,7 @@ class RenderView : public RenderWidget,
// Locates a sub frame with given xpath
WebKit::WebFrame* GetChildFrame(const std::wstring& frame_xpath) const;
- DOMUIBindings* GetDOMUIBindings();
+ WebUIBindings* GetWebUIBindings();
ExternalHostBindings* GetExternalHostBindings();
@@ -1445,7 +1445,7 @@ class RenderView : public RenderWidget,
// Allows Web UI pages (new tab page, etc.) to talk to the browser. The JS
// object is only exposed when Web UI bindings are enabled.
- scoped_ptr<DOMUIBindings> dom_ui_bindings_;
+ scoped_ptr<WebUIBindings> web_ui_bindings_;
// External host exposed through automation controller.
scoped_ptr<ExternalHostBindings> external_host_bindings_;