Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE HTML> | |
| 2 <html i18n-values="dir:textdirection;lang:language"> | |
| 3 <head> | |
| 4 <meta charset="utf-8"> | |
| 5 <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
| |
| 6 <link rel="stylesheet" href="cast.css"> | |
| 7 <link rel="shortcut icon" href="cast_favicon.ico"> | |
| 8 <script src="cast.js"></script> | |
| 9 </head> | |
| 10 <body> | |
| 11 <extensionview></extensionview> | |
| 12 </body> | |
| 13 </html> | |
| OLD | NEW |