| Index: content/browser/devtools/devtools_session.h
|
| diff --git a/content/browser/devtools/devtools_session.h b/content/browser/devtools/devtools_session.h
|
| index 90e4e9742d9af401e44c1adbd2d74ed21507e385..c02fc56b2a4e7f2404c579fed9ed04e2a0004a55 100644
|
| --- a/content/browser/devtools/devtools_session.h
|
| +++ b/content/browser/devtools/devtools_session.h
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/devtools/protocol/forward.h"
|
| +#include "content/browser/devtools/protocol/protocol.h"
|
|
|
| namespace content {
|
|
|
| @@ -14,6 +14,10 @@ class DevToolsSession : public protocol::FrontendChannel {
|
| ~DevToolsSession() override;
|
|
|
| void ResetDispatcher();
|
| + protocol::Response::Status Dispatch(
|
| + const std::string& message,
|
| + int* call_id,
|
| + std::string* method);
|
|
|
| int session_id() { return session_id_; }
|
| protocol::UberDispatcher* dispatcher() { return dispatcher_.get(); }
|
|
|