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

Unified Diff: content/browser/resources/media/new/media_internals.html

Issue 23536020: Adds cache and buffer graphs to the properties pane. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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: content/browser/resources/media/new/media_internals.html
diff --git a/content/browser/resources/media/new/media_internals.html b/content/browser/resources/media/new/media_internals.html
index 8a41e7f585bda6958aad9d611678d2f63f0ad3ba..fc9e73b7d4e8d7b81825d19fd6946a7188b48062 100644
--- a/content/browser/resources/media/new/media_internals.html
+++ b/content/browser/resources/media/new/media_internals.html
@@ -9,6 +9,7 @@ found in the LICENSE file.
<meta charset="utf-8">
<title i18n-content="Media Internals"></title>
<link rel="stylesheet" href="media_internals.css">
+ <script src="chrome://resources/js/cr.js"></script>
</head>
<body>
@@ -32,6 +33,7 @@ found in the LICENSE file.
</tr>
</thead>
</table>
+ <ul id="graphs"></ul>
</div>
<div id="log-wrapper">
<h2>
@@ -45,8 +47,7 @@ found in the LICENSE file.
<td>Value</td>
</tr>
</thead>
- <tbody>
- </tbody>
+ <tbody></tbody>
</table>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698