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

Unified 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, 7 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
« no previous file with comments | « chrome/browser/resources/cast/cast.css ('k') | chrome/browser/resources/cast/cast.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/cast/cast.html
diff --git a/chrome/browser/resources/cast/cast.html b/chrome/browser/resources/cast/cast.html
new file mode 100644
index 0000000000000000000000000000000000000000..e7afdd9acc3c813cf53dbee80e475e858fe08acd
--- /dev/null
+++ b/chrome/browser/resources/cast/cast.html
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML>
+<html i18n-values="dir:textdirection;lang:language">
+<head>
+ <meta charset="utf-8">
+ <title>Google Cast</title>
+ <link rel="stylesheet" href="cast.css">
+ <link rel="shortcut icon" href="cast_favicon.ico">
+ <script src="chrome://resources/js/load_time_data.js"></script>
+ <script src="strings.js"></script>
+ <script src="cast.js"></script>
+</head>
+<body>
+ <extensionview></extensionview>
+</body>
+</html>
« 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