| 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/media_internals.css" /> |
| 11 <script src="shared/js/cr.js"></script> |
| 12 <script src="media_internals/item_store.js"></script> |
| 13 <script src="media_internals/media_internals.js"></script> |
| 10 <title>Media Internals</title> | 14 <title>Media Internals</title> |
| 11 </head> | 15 </head> |
| 12 <body> | 16 <body> |
| 13 <p> | 17 <h2>Active audio streams:</h2> |
| 14 Placeholder page for | 18 <div id="audio-streams"></div> |
| 15 <a href="chrome://media-internals">chrome://media-internals</a>. | |
| 16 </p> | |
| 17 </body> | 19 </body> |
| 18 </html> | 20 </html> |
| OLD | NEW |