| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
| 3 <!-- | 3 <!-- |
| 4 Copyright (c) 2011 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
| 6 found in the LICENSE file. | 6 found in the LICENSE file. |
| 7 --> | 7 --> |
| 8 <head> | 8 <head> |
| 9 <link rel="stylesheet" href="webui.css"> | 9 <link rel="stylesheet" href="webui.css" /> |
| 10 <link rel="stylesheet" href="media_internals.css" /> |
| 11 <script type="text/javascript" src="media_internals.js"></script> |
| 10 <title>Media Internals</title> | 12 <title>Media Internals</title> |
| 11 </head> | 13 </head> |
| 12 <body> | 14 <body> |
| 13 <p> | 15 <div id="audio_stream_section"> |
| 14 Placeholder page for | 16 <h2>Active audio streams:</h2> |
| 15 <a href="chrome://media-internals">chrome://media-internals</a>. | 17 <ul id="audio_streams"></ul> |
| 16 </p> | 18 </div> |
| 17 </body> | 19 </body> |
| 18 </html> | 20 </html> |
| OLD | NEW |