Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(852)

Unified Diff: content/browser/media/media_internals_proxy.cc

Issue 1171503003: Not for submission. Keeping media log events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compiles now Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/media/media_internals.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/media_internals_proxy.cc
diff --git a/content/browser/media/media_internals_proxy.cc b/content/browser/media/media_internals_proxy.cc
index 05f4dd82a630647fb5034bc90ca6f606e7b251ce..266732bd9ee2c259e7b94540b4f32c2f48ddb00e 100644
--- a/content/browser/media/media_internals_proxy.cc
+++ b/content/browser/media/media_internals_proxy.cc
@@ -140,6 +140,7 @@ void MediaInternalsProxy::GetEverythingOnIOThread() {
DCHECK_CURRENTLY_ON(BrowserThread::IO);
MediaInternals::GetInstance()->SendAudioStreamData();
MediaInternals::GetInstance()->SendVideoCaptureDeviceCapabilities();
+ MediaInternals::GetInstance()->SendHistoricalMediaEvents();
}
void MediaInternalsProxy::UpdateUIOnUIThread(const base::string16& update) {
« no previous file with comments | « content/browser/media/media_internals.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698