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

Unified Diff: extensions/renderer/dispatcher.h

Issue 2909673003: [Extensions Bindings] Request JS execution from messaging bindings (Closed)
Patch Set: lazyboy's Created 3 years, 6 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/api_event_handler.cc ('k') | extensions/renderer/event_bindings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/dispatcher.h
diff --git a/extensions/renderer/dispatcher.h b/extensions/renderer/dispatcher.h
index 4ef3c00450f128b8e695272fd219d9f4db531841..ab83ff820db08d04654e7707d166e31a433373c5 100644
--- a/extensions/renderer/dispatcher.h
+++ b/extensions/renderer/dispatcher.h
@@ -142,6 +142,8 @@ class Dispatcher : public content::RenderThreadObserver,
ExtensionBindingsSystem* bindings_system,
V8SchemaRegistry* v8_schema_registry);
+ ExtensionBindingsSystem* bindings_system() { return bindings_system_.get(); }
+
private:
// The RendererPermissionsPolicyDelegateTest.CannotScriptWebstore test needs
// to call the OnActivateExtension IPCs.
« no previous file with comments | « extensions/renderer/api_event_handler.cc ('k') | extensions/renderer/event_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698