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

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

Issue 1080163002: Add new chrome://proximity-auth WebUI for debugging Smart Lock. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes 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
new file mode 100644
index 0000000000000000000000000000000000000000..ac4d8e2274eca12fa76c65bedd37ae9f5428698d
--- /dev/null
+++ b/components/proximity_auth/webui/resources/proximity_auth.html
@@ -0,0 +1,23 @@
+<!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>
+ <meta name="viewport"
+ content="width=device-width, initial-scale=1">
+ <link rel="stylesheet" href="proximity_auth.css">
+
+ <script src="strings.js"></script>
+</head>
+<body>
+ <canvas id='canvas'> </canvas>
+
+ <script src="proximity_auth.js"></script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698