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

Unified Diff: extensions/renderer/native_extension_bindings_system.h

Issue 2973903002: [Extensions Bindings] Introduce a supportsLazyListeners property (Closed)
Patch Set: . Created 3 years, 5 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: extensions/renderer/native_extension_bindings_system.h
diff --git a/extensions/renderer/native_extension_bindings_system.h b/extensions/renderer/native_extension_bindings_system.h
index a1e66e0b2122cf693d34d76ee6a74fdcb290c951..8d7cb8023f5fc9f87c2328c9516f05cc7f8a63fd 100644
--- a/extensions/renderer/native_extension_bindings_system.h
+++ b/extensions/renderer/native_extension_bindings_system.h
@@ -38,7 +38,7 @@ class NativeExtensionBindingsSystem : public ExtensionBindingsSystem {
ScriptContext*,
const std::string& event_name,
const base::DictionaryValue* filter,
- bool was_manual)>;
+ bool update_lazy_listeners)>;
NativeExtensionBindingsSystem(
const SendRequestIPCMethod& send_request_ipc,

Powered by Google App Engine
This is Rietveld 408576698