Chromium Code Reviews
DescriptionFix incorrect collation of media logs.
http://crrev.com/463025 incorrectly started using a global MediaLog
instance for each RenderFrame. The RendererMediaLog uses an internal
counter for routing and collating player logs, so doing this causes
all logs for a render frame to end up in the same player.
This patch reverts that portion of the change; though it's questionable
if WebEncryptedMediaClientImpl() should actually be given a MediaLog
just for logging RAPPOR entries. Presumably there is another mechanism
that could accomplish this.
BUG=695264, 711818
TEST=unittest TBD, manually verified cnn.com, internetradio.com each create
a new button entry in chrome://media-internals. Watch time logs are properly
recorded.
Review-Url: https://codereview.chromium.org/2819973002
Cr-Commit-Position: refs/heads/master@{#464844}
Committed: https://chromium.googlesource.com/chromium/src/+/f4f7b3aad31bbce44c84dd2cdbd2400a90f87d51
Patch Set 1 #
Total comments: 1
Patch Set 2 : Add todo, save value. #Patch Set 3 : Fix typo in comment. #
Dependent Patchsets: Messages
Total messages: 16 (9 generated)
|
||||||||||||||||||||||||||||