Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index 756046e13682decc1fccfa8b0fdc675512272412..b47380a43605d051ecfbd60367fdc2c1d5dc56c0 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. |