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

Unified Diff: webrtc/api/rtcstats.h

Issue 2340303002: Removed the const char* (StaticString) type from RTCStatsMember. (Closed)
Patch Set: Fixed error Created 4 years, 3 months 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 | « no previous file | webrtc/stats/rtcstats.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/rtcstats.h
diff --git a/webrtc/api/rtcstats.h b/webrtc/api/rtcstats.h
index 1196e97373671e8d203f9ce58977b19d766a9663..e2cbf29c74dcc0dbd81edb05cb4884867387f733 100644
--- a/webrtc/api/rtcstats.h
+++ b/webrtc/api/rtcstats.h
@@ -171,7 +171,6 @@ class RTCStatsMemberInterface {
kInt64, // int64_t
kUint64, // uint64_t
kDouble, // double
- kStaticString, // const char*
kString, // std::string
kSequenceInt32, // std::vector<int32_t>
@@ -179,7 +178,6 @@ class RTCStatsMemberInterface {
kSequenceInt64, // std::vector<int64_t>
kSequenceUint64, // std::vector<uint64_t>
kSequenceDouble, // std::vector<double>
- kSequenceStaticString, // std::vector<const char*>
kSequenceString, // std::vector<std::string>
};
« no previous file with comments | « no previous file | webrtc/stats/rtcstats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698