Change SSV::GetWireData to return base::span rather than blink::StringView |
||
Issue descriptionWhen the method was added base::span didn't exist, so it was written to use StringView. But it makes a lot more sense for the method to return a base::span<const uint8_t>.
,
Jan 3 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jan 3 2018