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

Unified Diff: extensions/renderer/dispatcher.h

Issue 986503004: Some cleanup in extensions/renderer/dispatcher.cc . (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: extensions/renderer/dispatcher.h
diff --git a/extensions/renderer/dispatcher.h b/extensions/renderer/dispatcher.h
index 4e666106fce8b9618fb44c4cfc96d6eb5a8dc62c..4a7e7edec092be77f14e556e5d8e7cc3e4183cda 100644
--- a/extensions/renderer/dispatcher.h
+++ b/extensions/renderer/dispatcher.h
@@ -262,6 +262,10 @@ class Dispatcher : public content::RenderProcessObserver,
std::string* bind_name,
ScriptContext* context);
+ // Requires the GuestView modules in the module system of the ScriptContext
+ // |context|.
+ void RequireGuestViewModules(ScriptContext* context);
+
// The delegate for this dispatcher. Not owned, but must extend beyond the
// Dispatcher's own lifetime.
DispatcherDelegate* delegate_;
« no previous file with comments | « chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc ('k') | extensions/renderer/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698