diff options
Diffstat (limited to 'chrome/browser/browser_process_impl.h')
-rw-r--r-- | chrome/browser/browser_process_impl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h index 4926812..581650a 100644 --- a/chrome/browser/browser_process_impl.h +++ b/chrome/browser/browser_process_impl.h @@ -62,6 +62,7 @@ class BrowserProcessImpl : public BrowserProcess, virtual DevToolsManager* devtools_manager(); virtual SidebarManager* sidebar_manager(); virtual ui::Clipboard* clipboard(); + virtual ExtensionEventRouterForwarder* extension_event_router_forwarder(); virtual NotificationUIManager* notification_ui_manager(); virtual policy::BrowserPolicyConnector* browser_policy_connector(); virtual IconManager* icon_manager(); @@ -179,6 +180,9 @@ class BrowserProcessImpl : public BrowserProcess, bool created_icon_manager_; scoped_ptr<IconManager> icon_manager_; + scoped_refptr<ExtensionEventRouterForwarder> + extension_event_router_forwarder_; + scoped_refptr<DevToolsHttpProtocolHandler> devtools_http_handler_; scoped_refptr<DevToolsProtocolHandler> devtools_legacy_handler_; |