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

Unified Diff: extensions/renderer/dispatcher.h

Issue 1200503002: [Extensions] Kill off ExtensionMsg_AddMessageToConsole (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: extensions/renderer/dispatcher.h
diff --git a/extensions/renderer/dispatcher.h b/extensions/renderer/dispatcher.h
index 982473b113cc9d8426a2537374e1fe79ae04fcee..29e70ef8a6e05836881132facc5d8e24b9931a38 100644
--- a/extensions/renderer/dispatcher.h
+++ b/extensions/renderer/dispatcher.h
@@ -70,6 +70,9 @@ class Dispatcher : public content::RenderProcessObserver,
explicit Dispatcher(DispatcherDelegate* delegate);
~Dispatcher() override;
+ // Returns the single instance of the dispatcher.
+ static Dispatcher* Get();
not at google - send to devlin 2015/06/19 23:14:58 Can you avoid adding this if you pass the RenderFr
Devlin 2015/06/22 19:52:33 Done.
+
const std::set<std::string>& function_names() const {
return function_names_;
}

Powered by Google App Engine
This is Rietveld 408576698