DescriptionEncrypted Media: Handle blink::WebString in WebMediaPlayer*.
This CL converts blink::WebString to std::string in WebMediaPlayerImpl and WebMediaPlayerAndroid so that internal chromium classes don't need to deal with blink::WebString anymore.
Changes about logging:
- Use base::string16 so that if non-ascii parameters can be shown correctly.
- Move logging to public methods so that parameters can be logged before being converted to ASCII.
BUG=252065
TEST=KeySystemsTest updated.
R=ddorwin@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=252160
Patch Set 1 #Patch Set 2 : #Patch Set 3 : use base::string16 for logging #Patch Set 4 : update tests #
Total comments: 2
Patch Set 5 : rebase only #
Messages
Total messages: 10 (0 generated)
|