Index: content/browser/resources/media/new/media_internals.html |
diff --git a/content/browser/resources/media/new/media_internals.html b/content/browser/resources/media/new/media_internals.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3117fcf73520d71c3baf30b52ea93eaab7dc0dd9 |
--- /dev/null |
+++ b/content/browser/resources/media/new/media_internals.html |
@@ -0,0 +1,20 @@ |
+<!DOCTYPE HTML> |
+ |
+<!-- |
+Copyright (c) 2012 The Chromium Authors. All rights reserved. |
scherkus (not reviewing)
2013/07/19 18:26:13
nit: it's 2013!
Ty Overby
2013/07/19 19:14:24
Haha, that's what I get for copy/pasta.
Done.
|
+Use of this source code is governed by a BSD-style license that can be |
+found in the LICENSE file. |
+--> |
+ |
+<html i18n-values="dir:textdirection"> |
+<head> |
+ <meta charset="utf-8"> |
+ <title i18n-content="Media Internals"></title> |
+ |
+ <script src="chrome://media-internals/media_internals.js"></script> |
+</head> |
+ |
+<body> |
+ Hello World |
+</body> |
+</html> |