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

Unified Diff: chrome/browser/resources/media_router/media_router.html

Issue 1056023003: Add localized string and resource paths for media router WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Append new ID for media_router.html Created 5 years, 8 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
Index: chrome/browser/resources/media_router/media_router.html
diff --git a/chrome/browser/resources/media_router/media_router.html b/chrome/browser/resources/media_router/media_router.html
new file mode 100644
index 0000000000000000000000000000000000000000..5c77d12c3fbd3b6e33e5e7214e6de22292565a3d
--- /dev/null
+++ b/chrome/browser/resources/media_router/media_router.html
@@ -0,0 +1,25 @@
+<!DOCTYPE HTML>
apacible 2015/04/23 20:43:31 Uncomment L12 (load_time_data.js) and L22 (i18n_te
mark a. foltz 2015/04/23 23:17:52 Done. I left TODOs so it's clear that this is not
+<html i18n-values="dir:textdirection;lang:language">
+<head>
+ <meta charset="utf-8">
+ <title i18n-content="mediaRouterTitle"></title>
+ <!--
+ TODO(apacible): Uncomment when resources are available.
+ <link rel="stylesheet" href="media_router.css">
+ <link rel="import" href="chrome://media-router/elements/media_router_container/media_router_container.html">
+
+ <script src="chrome://resources/js/cr.js"></script>
+ <script src="chrome://resources/js/load_time_data.js"></script>
+ <script src="chrome://resources/js/util.js"></script>
+ <script src="chrome://media-router/media_router.js"></script>
+ <script src="chrome://media-router/strings.js"></script>
+ -->
+</head>
+<body>
+ <!--
+ TODO(apacible): Uncomment when resources are available.
+ <media-router-container id="media-router-container"></media-router-container>
+ <script src="chrome://resources/js/i18n_template_polymer.js"></script>
+ -->
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698