Index: components/proximity_auth/webui/resources/proximity_auth.html |
diff --git a/components/proximity_auth/webui/resources/proximity_auth.html b/components/proximity_auth/webui/resources/proximity_auth.html |
index ac4d8e2274eca12fa76c65bedd37ae9f5428698d..fe26627cf978fb47e39a61dc42435305dc370262 100644 |
--- a/components/proximity_auth/webui/resources/proximity_auth.html |
+++ b/components/proximity_auth/webui/resources/proximity_auth.html |
@@ -1,23 +1,16 @@ |
<!DOCTYPE HTML> |
-<!-- |
-Copyright 2015 The Chromium Authors. All rights reserved. |
-Use of this source code is governed by a BSD-style license that can be |
-found in the LICENSE file. |
---> |
- |
<html> |
<head> |
<meta charset="utf-8"> |
- <title></title> |
+ <title>Proximity Auth Debug</title> |
<meta name="viewport" |
content="width=device-width, initial-scale=1"> |
<link rel="stylesheet" href="proximity_auth.css"> |
- |
- <script src="strings.js"></script> |
+ <link rel="import" href="content-panel.html"> |
+ <link rel="import" href="log-panel.html"> |
</head> |
-<body> |
- <canvas id='canvas'> </canvas> |
- |
- <script src="proximity_auth.js"></script> |
+<body layout horizontal fullbleed> |
+ <content-panel id='content' flex></content-panel> |
+ <log-panel id='logs'></log-panel> |
</body> |
</html> |