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

Side by Side Diff: chrome/browser/resources/cast/cast.html

Issue 1820023002: Implementation of chrome://cast page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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
« no previous file with comments | « chrome/browser/resources/cast/cast.css ('k') | chrome/browser/resources/cast/cast.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;lang:language">
3 <head>
4 <meta charset="utf-8">
5 <title>Google Cast</title>
6 <link rel="stylesheet" href="cast.css">
7 <link rel="shortcut icon" href="cast_favicon.ico">
8 <script src="chrome://resources/js/load_time_data.js"></script>
9 <script src="strings.js"></script>
10 <script src="cast.js"></script>
11 </head>
12 <body>
13 <extensionview></extensionview>
14 </body>
15 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/cast/cast.css ('k') | chrome/browser/resources/cast/cast.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698