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

Unified Diff: components/ui_devtools/devtools_client.cc

Issue 2490473004: [DevTools] Roll third_party/inspector_protocol to e23134c5aa6131e5a3a3afbefce255becce3a3bd. (Closed)
Patch Set: ui_devtools 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
« no previous file with comments | « components/ui_devtools/BUILD.gn ('k') | components/ui_devtools/inspector_protocol_config.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ui_devtools/devtools_client.cc
diff --git a/components/ui_devtools/devtools_client.cc b/components/ui_devtools/devtools_client.cc
index 492c021ff28a80fe6a30f90332aa1e0b4dad701f..1e0cdc40f2a7113754337e25abfcdf45e77439d4 100644
--- a/components/ui_devtools/devtools_client.cc
+++ b/components/ui_devtools/devtools_client.cc
@@ -31,7 +31,7 @@ void UiDevToolsClient::Disconnect() {
}
void UiDevToolsClient::Dispatch(const std::string& data) {
- dispatcher_.dispatch(protocol::parseJSON(data));
+ dispatcher_.dispatch(protocol::StringUtil::parseJSON(data));
}
bool UiDevToolsClient::connected() const {
« no previous file with comments | « components/ui_devtools/BUILD.gn ('k') | components/ui_devtools/inspector_protocol_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698