Add "Reachable Phones" feature to chrome://proximity-auth.
commit101e7deedf67e77a97d7be64963b66f83d4cfc0c
authortengs <tengs@chromium.org>
Tue, 4 Aug 2015 21:24:08 +0000 (4 14:24 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 4 Aug 2015 21:27:36 +0000 (4 21:27 +0000)
treee1fc1c28b1a19a88e714cccb6f4100590608c39d
parente1a6714b2fd15bd842eb26f7de34ec3d1a7964c7
Add "Reachable Phones" feature to chrome://proximity-auth.

This tab shows phones that have recently responded to a CryptAuth ping, so we
can be confident that the phones are online and reachable.

BUG=409158
TEST=manual

Review URL: https://codereview.chromium.org/1259093006

Cr-Commit-Position: refs/heads/master@{#341796}
14 files changed:
components/proximity_auth.gypi
components/proximity_auth/webui/BUILD.gn
components/proximity_auth/webui/proximity_auth_ui.cc
components/proximity_auth/webui/proximity_auth_webui_handler.cc
components/proximity_auth/webui/proximity_auth_webui_handler.h
components/proximity_auth/webui/reachable_phone_flow.cc [new file with mode: 0644]
components/proximity_auth/webui/reachable_phone_flow.h [new file with mode: 0644]
components/proximity_auth/webui/resources/content-panel.html
components/proximity_auth/webui/resources/content-panel.js
components/proximity_auth/webui/resources/cryptauth_interface.js
components/proximity_auth/webui/resources/eligible-devices.js
components/proximity_auth/webui/resources/reachable-devices.html [new file with mode: 0644]
components/proximity_auth/webui/resources/reachable-devices.js [copied from components/proximity_auth/webui/resources/eligible-devices.js with 60% similarity]
components/resources/proximity_auth_resources.grdp