Index: chrome/browser/resources/media_internals.html |
diff --git a/chrome/browser/resources/media_internals.html b/chrome/browser/resources/media_internals.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6c83be52849ecc634386f5fc9c2a2274898d2556 |
--- /dev/null |
+++ b/chrome/browser/resources/media_internals.html |
@@ -0,0 +1,15 @@ |
+<!DOCTYPE HTML> |
+<html i18n-values="dir:textdirection;"> |
+<!-- |
+Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+Use of this source code is governed by a BSD-style license that can be |
+found in the LICENSE file. |
+--> |
+ <head> |
+ <link rel="stylesheet" href="webui.css"> |
+ <title>Media Internals</title> |
+ </head> |
+ <body> |
+ <p>Placeholder page for <a href="chrome://media-internals">chrome://media-internals</a></p> |
Evan Stade
2011/06/18 00:15:25
80 applies to html as well
Scott Franklin
2011/06/20 18:34:45
Oops, didn't even see that. Done.
|
+ </body> |
+</html> |