Chromium Code Reviews| Index: chrome/renderer/render_view.h |
| =================================================================== |
| --- chrome/renderer/render_view.h (revision 3492) |
| +++ chrome/renderer/render_view.h (working copy) |
| @@ -623,6 +623,9 @@ |
| // maintains the cache and other features of the accessibility tree. |
| scoped_ptr<GlueAccessibility> glue_accessibility_; |
| + // True if Greasemonkey is enabled in this process. |
| + bool greasemonkey_enabled_; |
| + |
| DISALLOW_COPY_AND_ASSIGN(RenderView); |
| }; |