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

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

Issue 2953863002: [CrOS Tether] ProximityAuth WebUI improvement: show the local device's ID. (Closed)
Patch Set: Rebased. Created 3 years, 6 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 e7dde166b3d68defccf8eb9851bed291288c2cb0..b623904e98426d0b4e550bfcde5415be77ed6f31 100644
--- a/components/proximity_auth/webui/resources/proximity_auth.html
+++ b/components/proximity_auth/webui/resources/proximity_auth.html
@@ -26,8 +26,8 @@
<div class='control-title'>CRYPTAUTH</div>
<table>
<tr>
- <td>PUBLIC KEY (functionality coming soon)</td>
- <td colspan="2" id='public-key'>----</td>
+ <td>DEVICE ID (truncated)</td>
+ <td colspan="2" id='local-device-id'>----</td>
</tr>
<tr><td id='enrollment-title' state='synced'>ENROLLMENT</td></tr>
<tr class='subrow'>

Powered by Google App Engine
This is Rietveld 408576698