summaryrefslogtreecommitdiffstats
path: root/components/proximity_auth/unlock_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //components/[n-z]*dcheng2015-12-261-1/+3
* Switch to standard integer types in components/, part 3 of 4.avi2015-12-251-0/+1
* This CL replaces e-mail with AccountId in easy unlock/signin code.alemate2015-12-091-6/+6
* Refactor ProximityAuthSystem be persistent and handle multiple RemoteDevices.tengs2015-12-081-30/+43
* Add unit tests for Smart Lock sign-in protocol in proximity_auth/ component.tengs2015-10-291-2/+98
* Implement sign-in protocol in proximity_auth/ component.tengs2015-10-291-49/+52
* Hook up ProximityAuthSystem in EasyUnlockService.tengs2015-10-021-19/+9
* Revert of Hook up ProximityAuthSystem in EasyUnlockService. (patchset #7 id:1...tengs2015-10-011-9/+19
* Hook up ProximityAuthSystem in EasyUnlockService.tengs2015-10-011-19/+9
* Rename Client to Messenger in proximity_auth to avoid overloading the name.tengs2015-09-221-37/+37
* Add RemoteDeviceLifeCycle to manage the life cycle of a remote Smart Lock phone.tengs2015-09-211-139/+168
* Mirror ProximityAuthUIDelegate functions to ProximityAuthClient.tengs2015-08-271-16/+1
* [Proximity Auth] Port the UnlockManager class.isherman2015-08-151-0/+814