Encrypted Media: Add UMA for system code.
Choose to put the UMA reporting code in content_decryptor_delegate.cc because: - It's hard to do UMA in CdmAdapter due to pp::UMAPrivate limitations. - I want to report system code for OnPromiseRejected() and OnSessionError() in one file. So I can't do it in CdmPromise. BUG=412987 TEST=Tested by hacking Chromium to provide a wrong license. Then check about://histograms and I see the histogram generated. Review URL: https://codereview.chromium.org/561643002 Cr-Commit-Position: refs/heads/master@{#294478}
Showing
Please register or sign in to comment