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

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 <!DOCTYPE HTML>
2
3 <!--
4 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.
5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file.
7 -->
8
9 <html i18n-values="dir:textdirection">
10 <head>
11 <meta charset="utf-8">
12 <title i18n-content="Media Internals"></title>
13
14 <script src="chrome://media-internals/media_internals.js"></script>
15 </head>
16
17 <body>
18 Hello World
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698