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..72495202fae2b55a10bb1b6cdf6f07759c6a7d35 |
--- /dev/null |
+++ b/chrome/browser/resources/media_internals.html |
@@ -0,0 +1,16 @@ |
+<!DOCTYPE HTML> |
+<html i18n-values="dir:textdirection;"> |
+<!-- |
+Copyright (c) 2010 The Chromium Authors. All rights reserved. |
scherkus (not reviewing)
2011/06/14 02:21:34
2011
Scott Franklin
2011/06/14 17:16:50
Done.
|
+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> |
+ </body> |
+</html> |
+ |
scherkus (not reviewing)
2011/06/14 02:21:34
nit: remove blank line
Scott Franklin
2011/06/14 17:16:50
Done.
|