DescriptionRemoved webrtc::RTCStatsMemberInterface::k[Sequence]StaticString usages.
Currently there are const char* and std::string varieties of strings in
RTCStatsMember objects ("StaticString" and "String"). The const char*
version is going away so that we don't have two string types.
This CL removes references to the "StaticString" types so that a WebRTC
CL can remove it without breaking Chromium. Only rtc_stats.cc have to
be updated, not affecting any code because rtc_stats is not used yet
(a CL is in the works that will use it and add unittests for it that is
blocked on a WebRTC CL that is under review).
BUG=chromium:627816
Committed: https://crrev.com/3b022272fd85b6dc286d4d851ad02da7d5c551e3
Cr-Commit-Position: refs/heads/master@{#418845}
Patch Set 1 #
Messages
Total messages: 13 (7 generated)
|