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

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

Issue 1812103003: [Media Router WebUI] Update ordering of linked files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
index f0f3ffa6796c51294441f23700d67d690d41ad61..681f4b6946b98878a6cdbcb8c912aefbbb375a1a 100644
--- a/chrome/browser/resources/media_router/media_router.html
+++ b/chrome/browser/resources/media_router/media_router.html
@@ -4,15 +4,14 @@
<meta charset="utf-8">
<title i18n-content="mediaRouterTitle"></title>
+ <link rel="stylesheet" href="chrome://resources/css/roboto.css">
+ <link rel="stylesheet" href="media_router.css">
<script src="chrome://resources/js/polymer_config.js"></script>
<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/strings.js"></script>
<script src="chrome://media-router/media_router.js"></script>
-
- <link rel="stylesheet" href="chrome://resources/css/roboto.css">
- <link rel="stylesheet" href="media_router.css">
<link rel="import" href="chrome://media-router/elements/media_router_container/media_router_container.html">
</head>
<body>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698