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

Unified Diff: components/physical_web/webui/resources/physical_web.html

Issue 2547523003: Move Physical Web diagnostics page to new home (Closed)
Patch Set: Created 4 years 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: components/physical_web/webui/resources/physical_web.html
diff --git a/components/physical_web/webui/resources/physical_web.html b/components/physical_web/webui/resources/physical_web.html
index 434a6b89b964c67ab11abcf57e1d02021cc0b518..8ec3496a6435306e510dec3901f821b876ae9789 100644
--- a/components/physical_web/webui/resources/physical_web.html
+++ b/components/physical_web/webui/resources/physical_web.html
@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, user-scalable=no">
</if>
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
-<link rel="stylesheet" href="chrome://physical-web/physical_web.css">
+<link rel="stylesheet" href="chrome://physical-web-diagnostics/physical_web.css">
mattreynolds 2016/12/01 22:40:12 //components/physical_web/webui is for the iOS Web
cco3 2016/12/01 23:01:05 Done.
<if expr="is_ios">
<!-- TODO(crbug.com/487000): Remove this once injected by web. -->
@@ -16,8 +16,8 @@
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/util.js"></script>
-<script src="chrome://physical-web/physical_web.js"></script>
-<script src="chrome://physical-web/strings.js"></script>
+<script src="chrome://physical-web-diagnostics/physical_web.js"></script>
+<script src="chrome://physical-web-diagnostics/strings.js"></script>
</head>
<body>
<div id="body-container" style="visibility:visible">

Powered by Google App Engine
This is Rietveld 408576698