| Index: content/browser/devtools/devtools_session.h
|
| diff --git a/content/browser/devtools/devtools_session.h b/content/browser/devtools/devtools_session.h
|
| index 829e58965bfd509580972ab54d747b6eeafca7a3..b8962ac58f9009778ee0fa33b0d5bd3b6bbc645d 100644
|
| --- a/content/browser/devtools/devtools_session.h
|
| +++ b/content/browser/devtools/devtools_session.h
|
| @@ -13,6 +13,8 @@ class DevToolsSession : public protocol::FrontendChannel {
|
| DevToolsSession(DevToolsAgentHostImpl* agent_host, int session_id);
|
| ~DevToolsSession() override;
|
|
|
| + void ResetDispatcher();
|
| +
|
| int session_id() { return session_id_; }
|
| protocol::UberDispatcher* dispatcher() { return dispatcher_.get(); }
|
|
|
|
|