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

Unified Diff: components/ui_devtools/string_util.h

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/protocol_platform.h ('k') | components/ui_devtools/string_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ui_devtools/string_util.h
diff --git a/components/ui_devtools/string_util.h b/components/ui_devtools/string_util.h
index 91b904727f5dd3a626421637928c6ad7fc60086b..b392ee36d6354a3e74596b2d1bdf5616dd08fb52 100644
--- a/components/ui_devtools/string_util.h
+++ b/components/ui_devtools/string_util.h
@@ -19,8 +19,6 @@ namespace protocol {
class Value;
-std::unique_ptr<Value> parseJSON(const String& string);
-
class CustomStringBuilder {
String s_;
@@ -51,6 +49,7 @@ class StringUtil {
builder.reserveCapacity(capacity);
}
static const size_t kNotFound = static_cast<size_t>(-1);
+ static std::unique_ptr<Value> parseJSON(const String& string);
};
} // namespace protocol
« no previous file with comments | « components/ui_devtools/protocol_platform.h ('k') | components/ui_devtools/string_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698