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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <!--
3 Copyright 2015 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
6 -->
7
8 <html>
9 <head>
10 <meta charset="utf-8">
11 <title></title>
12 <meta name="viewport"
13 content="width=device-width, initial-scale=1">
14 <link rel="stylesheet" href="proximity_auth.css">
15
16 <script src="strings.js"></script>
17 </head>
18 <body>
19 <canvas id='canvas'> </canvas>
20
21 <script src="proximity_auth.js"></script>
22 </body>
23 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698