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

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

Issue 1108713002: Add chrome://proximity-auth UI implemented with Polymer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use hidden?= 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: 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..6ccc3823c50701de4f9e84b0856a71a19006bc52 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>

Powered by Google App Engine
This is Rietveld 408576698