summaryrefslogtreecommitdiffstats
path: root/content/renderer/render_view_impl.h
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-13 12:07:58 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-13 12:07:58 +0000
commitcaa8dc0445093d10ca22412f2f5c35e50db463ca (patch)
tree09fbc9d668d449b6f4e27821512df13ba4306b8a /content/renderer/render_view_impl.h
parent5f32610d70c88d43dcb1e9321320f57d2a300849 (diff)
downloadchromium_src-caa8dc0445093d10ca22412f2f5c35e50db463ca.zip
chromium_src-caa8dc0445093d10ca22412f2f5c35e50db463ca.tar.gz
chromium_src-caa8dc0445093d10ca22412f2f5c35e50db463ca.tar.bz2
Reland 244394 - Convert DomAutomationController from CppBoundClass to...
The difference to the original CL is that the DAC is only installed into the main world. Original Review URL: https://codereview.chromium.org/131573003 BUG=297480 R=mkwst@chromium.org Review URL: https://codereview.chromium.org/136533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244488 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/render_view_impl.h')
-rw-r--r--content/renderer/render_view_impl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 756046e..b47380a 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -133,7 +133,6 @@ class BrowserPluginManager;
class DeviceOrientationDispatcher;
class DevToolsAgent;
class DocumentState;
-class DomAutomationController;
class ExternalPopupMenu;
class FaviconHelper;
class GeolocationDispatcher;
@@ -1497,10 +1496,6 @@ class CONTENT_EXPORT RenderViewImpl
// compositor.
bool allow_partial_swap_;
- // Allows JS to access DOM automation. The JS object is only exposed when the
- // DOM automation bindings are enabled.
- scoped_ptr<DomAutomationController> dom_automation_controller_;
-
// This field stores drag/drop related info for the event that is currently
// being handled. If the current event results in starting a drag/drop
// session, this info is sent to the browser along with other drag/drop info.