Chromium Code Reviews| 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 type="text/javascript" src="media_internals/item_store.js"></script> | |
| 12 <script type="text/javascript" src="media_internals/media_internals.js"></sc ript> | |
|
Evan Stade
2011/07/11 21:31:52
80
Scott Franklin
2011/07/12 22:35:13
Unfortunately, grit's resource flattening regexen
| |
| 10 <title>Media Internals</title> | 13 <title>Media Internals</title> |
| 11 </head> | 14 </head> |
| 12 <body> | 15 <body> |
| 13 <p> | 16 <div id="audio-streams"></div> |
| 14 Placeholder page for | |
| 15 <a href="chrome://media-internals">chrome://media-internals</a>. | |
| 16 </p> | |
| 17 </body> | 17 </body> |
| 18 </html> | 18 </html> |
| OLD | NEW |