Chromium Code Reviews| 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..d3d9d3cdb03008aaeca74283b4653a3da53cc521 |
| --- /dev/null |
| +++ b/chrome/browser/resources/cast/cast.html |
| @@ -0,0 +1,13 @@ |
| +<!DOCTYPE HTML> |
| +<html i18n-values="dir:textdirection;lang:language"> |
| +<head> |
| + <meta charset="utf-8"> |
| + <title>Google Cast</title> |
|
apacible
2016/05/16 19:04:07
This should be translated.
sheretov
2016/05/17 01:59:26
"Google Cast" by itself is never translated. If w
|
| + <link rel="stylesheet" href="cast.css"> |
| + <link rel="shortcut icon" href="cast_favicon.ico"> |
| + <script src="cast.js"></script> |
| +</head> |
| +<body> |
| + <extensionview></extensionview> |
| +</body> |
| +</html> |