commit | 05a1565aa1dcfaecad7dc55956fc06cdaf3b2956 | [log] [tgz] |
---|---|---|
author | Kyle Horimoto <khorimoto@chromium.org> | Tue Sep 22 22:18:53 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Sep 22 22:18:53 2020 |
tree | 35f2210c42c522a9ca547d3b4f975878017318cd | |
parent | da6b36bc2b7c9b303132e7fd2d1a0d10c5029ebd [diff] |
[CrOS PhoneHub] Handle pending Nearby connection requests This CL implements a TODO in PendingConnectionManagerImpl to handle incoming requests for connections via the Nearby Connections library. When a request is received, we create a NearbyInitiatorConnectionAttempt (if one does not already exist), then add a new PendingNearbyInitiatorConnectionRequest to it. Additionally, this CL updates the initialization flow for the SecureChannel service so that it now creates an instance of NearbyConnectionManager. Bug: 1106937 Change-Id: Ibe56476babfb201b748beed1fefc80efda7e304e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419374 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by: James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#809534}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.