Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index 851c34a2737a9b085028240cd30572b75163f2f6..f3c8958f5e9d83dc59a6ed4526b4cc1261bc277d 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -133,6 +133,7 @@ |
class DeviceOrientationDispatcher; |
class DevToolsAgent; |
class DocumentState; |
+class DomAutomationController; |
class ExternalPopupMenu; |
class FaviconHelper; |
class GeolocationDispatcher; |
@@ -1495,6 +1496,10 @@ |
// 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. |