diff options
Diffstat (limited to 'chrome/renderer/render_view.h')
-rw-r--r-- | chrome/renderer/render_view.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/renderer/render_view.h b/chrome/renderer/render_view.h index 49b0be1..5aff4bd 100644 --- a/chrome/renderer/render_view.h +++ b/chrome/renderer/render_view.h @@ -702,9 +702,6 @@ class RenderView : public RenderWidget, // maintains the cache and other features of the accessibility tree. scoped_ptr<GlueAccessibility> glue_accessibility_; - // True if user scripts are enabled in this process. - bool user_scripts_enabled_; - // Resource message queue. Used to queue up resource IPCs if we need // to wait for an ACK from the browser before proceeding. std::queue<IPC::Message*> queued_resource_messages_; |