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

Unified Diff: components/ui_devtools/devtools_client.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: components/ui_devtools/devtools_client.h
diff --git a/components/ui_devtools/devtools_client.h b/components/ui_devtools/devtools_client.h
index 36ad20186343ab6d8ab58ed302f29a76e2a863ce..1812556154966832f9c084cc061773b1a02333a2 100644
--- a/components/ui_devtools/devtools_client.h
+++ b/components/ui_devtools/devtools_client.h
@@ -40,8 +40,11 @@ class UiDevToolsClient : public protocol::FrontendChannel {
void DisableAllAgents();
// protocol::FrontendChannel
- void sendProtocolResponse(int callId, const String& message) override;
- void sendProtocolNotification(const String& message) override;
+ void sendProtocolResponse(
+ int callId,
+ std::unique_ptr<protocol::Serializable> message) override;
+ void sendProtocolNotification(
+ std::unique_ptr<protocol::Serializable> message) override;
void flushProtocolNotifications() override;
std::string name_;
« no previous file with comments | « no previous file | components/ui_devtools/devtools_client.cc » ('j') | third_party/inspector_protocol/lib/Values_h.template » ('J')

Powered by Google App Engine
This is Rietveld 408576698