| Index: chrome/renderer/extensions/automation_internal_custom_bindings.h
|
| diff --git a/chrome/renderer/extensions/automation_internal_custom_bindings.h b/chrome/renderer/extensions/automation_internal_custom_bindings.h
|
| index c40734e0e1a6f6b51b35ab9b0b489777acb4133c..c2e3b6ca693af008101a7d23dfbebabf444b6e1c 100644
|
| --- a/chrome/renderer/extensions/automation_internal_custom_bindings.h
|
| +++ b/chrome/renderer/extensions/automation_internal_custom_bindings.h
|
| @@ -183,8 +183,8 @@ class AutomationInternalCustomBindings : public ObjectBackedNativeHandler,
|
| int tree_change_observer_overall_filter_;
|
| std::vector<int> deleted_node_ids_;
|
| std::vector<int> text_changed_node_ids_;
|
| -
|
| ExtensionBindingsSystem* bindings_system_;
|
| + bool should_ignore_context_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AutomationInternalCustomBindings);
|
| };
|
|
|