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

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

Issue 637953008: Improve video capture columns in chrome://media-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test for video capture format Created 6 years, 2 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/media_internals.html
diff --git a/content/browser/resources/media/media_internals.html b/content/browser/resources/media/media_internals.html
index d8b9f1cea12d79a860c0567fe5a8e64602c08983..d271082d2dac4eed7385bd178729a44808be3d2d 100644
--- a/content/browser/resources/media/media_internals.html
+++ b/content/browser/resources/media/media_internals.html
@@ -64,17 +64,17 @@ found in the LICENSE file.
<tbody></tbody>
</table>
</div>
- <div id="video-capture-capabilities-container">
+ <div id="video-capture-capabilities-wrapper">
<h2>Video Capture Device Capabilities</h2>
<button id="video-capture-capabilities-copy-button">
Copy to clipboard</button>
<table id="video-capture-capabilities-table">
<thead>
<tr>
- <th>Device ID</th>
<th>Device Name</th>
<th>Formats</th>
<th>Capture API</th>
+ <th>Device ID</th>
</tr>
</thead>
<tbody id="video-capture-capabilities-tbody">

Powered by Google App Engine
This is Rietveld 408576698