Chromium Code Reviews| 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"> |