Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5355)

Unified Diff: chrome/renderer/extensions/automation_internal_custom_bindings.h

Issue 2782753002: Ensure only one instance of AutomationInternalCustomBindings for background page extensions (Closed)
Patch Set: Rebase. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698