Chromium Code Reviews| 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_; |
| } |