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

Unified Diff: chrome/browser/resources/media_internals.html

Issue 7653001: Display active media players on chrome://media-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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
Index: chrome/browser/resources/media_internals.html
diff --git a/chrome/browser/resources/media_internals.html b/chrome/browser/resources/media_internals.html
index 4481890488b18e71d35d2afa89b8c819469609a9..7e9c8738a6fa8b2dd66c9f03e27b815de8fdef42 100644
--- a/chrome/browser/resources/media_internals.html
+++ b/chrome/browser/resources/media_internals.html
@@ -15,6 +15,8 @@ found in the LICENSE file.
<title>Media Internals</title>
</head>
<body>
+ <h2>Active media players:</h2>
+ <div id="media-players"></div>
<h2>Active audio streams:</h2>
<div id="audio-streams"></div>
<h2>Cached resources:</h2>

Powered by Google App Engine
This is Rietveld 408576698