| 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">
|
|
|