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

Unified Diff: content/browser/devtools/devtools_session.h

Issue 2548263002: [DevTools] Migrate dom, emulation, inspector, network, page and schema handlers to new generator. (Closed)
Patch Set: rebased atop of roll Created 4 years 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: 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(); }
« no previous file with comments | « content/browser/devtools/browser_devtools_agent_host.cc ('k') | content/browser/devtools/devtools_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698