Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: content/browser/resources/media/new/media_internals.html

Issue 19722011: Added a placeholder new media-internals page under a flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..6fae8d217c0891f022427a959acee756ffef3075
--- /dev/null
+++ b/content/browser/resources/media/new/media_internals.html
@@ -0,0 +1,10 @@
+<html>
scherkus (not reviewing) 2013/07/19 01:58:49 copyright
scherkus (not reviewing) 2013/07/19 01:58:49 <!DOCTYPE html> at the very top this specifies th
Ty Overby 2013/07/19 17:48:00 Done.
Ty Overby 2013/07/19 17:48:00 Done.
+ <head>
+ <link rel="stylesheet" href="media_internals.css">
scherkus (not reviewing) 2013/07/19 01:58:49 you're missing a few other things please refer to
Ty Overby 2013/07/19 17:48:00 Done.
+ <script src="chrome://media-internals/media_internals.js"></script>
+ <title> Media-Internals </title>
scherkus (not reviewing) 2013/07/19 01:58:49 nit: remove spaces on the side I'd also just titl
Ty Overby 2013/07/19 17:48:00 Done.
+ </head>
+ <body>
+ Hello World
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698