DescriptionMake base::trace_event::TracedValue use StringPiece where possible.
These strings wind up being converted into StringPiece before they are passed
to base::Pickle. By exposing this in the TracedValue interface (which is nearly
transparent to callers, since std::string is implicitly convertible), callers
which have other types convertible to StringPiece can call through without a
copy into an std::string.
Committed: https://crrev.com/9abd507a166493b926dc94605baf16305b42d2f7
Cr-Commit-Position: refs/heads/master@{#360341}
Patch Set 1 #
Messages
Total messages: 9 (3 generated)
|