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

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

Issue 2522583002: Roll third_party/inspector_protocol to 4ad35c45aca9834b67ec2cb152c816ea1b7ceb48 (Closed)
Patch Set: addressed comments Created 4 years, 1 month 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 b8962ac58f9009778ee0fa33b0d5bd3b6bbc645d..90e4e9742d9af401e44c1adbd2d74ed21507e385 100644
--- a/content/browser/devtools/devtools_session.h
+++ b/content/browser/devtools/devtools_session.h
@@ -20,8 +20,11 @@ class DevToolsSession : public protocol::FrontendChannel {
private:
// protocol::FrontendChannel implementation.
- void sendProtocolResponse(int call_id, const std::string& message) override;
- void sendProtocolNotification(const std::string& message) override;
+ void sendProtocolResponse(
+ int call_id,
+ std::unique_ptr<protocol::Serializable> message) override;
+ void sendProtocolNotification(
+ std::unique_ptr<protocol::Serializable> message) override;
void flushProtocolNotifications() override;
DevToolsAgentHostImpl* agent_host_;
« no previous file with comments | « no previous file | content/browser/devtools/devtools_session.cc » ('j') | third_party/inspector_protocol/CodeGenerator.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698