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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <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.
2 <head>
3 <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.
4 <script src="chrome://media-internals/media_internals.js"></script>
5 <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.
6 </head>
7 <body>
8 Hello World
9 </body>
10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698