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

Unified Diff: extensions/renderer/dispatcher_delegate.h

Issue 2770403002: [Extensions Bindings] Remove ScriptContext::DispatchEvent (Closed)
Patch Set: 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
« no previous file with comments | « extensions/renderer/dispatcher.cc ('k') | extensions/renderer/display_source_custom_bindings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/dispatcher_delegate.h
diff --git a/extensions/renderer/dispatcher_delegate.h b/extensions/renderer/dispatcher_delegate.h
index 5f9fdaf55d79e4ec5b322a006965955206fe29f1..d2454b02c2914485361649c8c429bd937d940020 100644
--- a/extensions/renderer/dispatcher_delegate.h
+++ b/extensions/renderer/dispatcher_delegate.h
@@ -11,6 +11,7 @@
namespace extensions {
class Dispatcher;
class Extension;
+class ExtensionBindingsSystem;
class ModuleSystem;
class ResourceBundleSourceMap;
class ScriptContext;
@@ -29,6 +30,7 @@ class DispatcherDelegate {
// Includes additional native handlers in a ScriptContext's ModuleSystem.
virtual void RegisterNativeHandlers(Dispatcher* dispatcher,
ModuleSystem* module_system,
+ ExtensionBindingsSystem* bindings_system,
ScriptContext* context) {}
// Includes additional source resources into the resource map.
« no previous file with comments | « extensions/renderer/dispatcher.cc ('k') | extensions/renderer/display_source_custom_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698