summaryrefslogtreecommitdiffstats
path: root/components/proximity_auth/messenger_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* Hook up ProximityAuthSystem in EasyUnlockService.tengs2015-10-021-0/+5
| | | | | | | | | | | | | | | ProximityAuthSystem is intended to replace the background page of the easy_unlock Chrome app. Currently, this functionality is implemented behind the kEnableBluetoothLowEnergyDiscovery flag. BUG=527558 TEST=manual Committed: https://crrev.com/163fa44c84f8d4041f2d2e3b2fb359f3643b03c3 Cr-Commit-Position: refs/heads/master@{#351707} Review URL: https://codereview.chromium.org/1372283002 Cr-Commit-Position: refs/heads/master@{#351954}
* Revert of Hook up ProximityAuthSystem in EasyUnlockService. (patchset #7 ↵tengs2015-10-011-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | id:160001 of https://codereview.chromium.org/1372283002/ ) Reason for revert: MSAN test failure: http://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20MSan%20Tests/builds/10082 Original issue's description: > Hook up ProximityAuthSystem in EasyUnlockService. > > ProximityAuthSystem is intended to replace the background page of the easy_unlock Chrome app. > Currently, this functionality is implemented behind the kEnableBluetoothLowEnergyDiscovery flag. > > BUG=527558 > TEST=manual > > Committed: https://crrev.com/163fa44c84f8d4041f2d2e3b2fb359f3643b03c3 > Cr-Commit-Position: refs/heads/master@{#351707} TBR=sacomoto@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=527558 Review URL: https://codereview.chromium.org/1377313002 Cr-Commit-Position: refs/heads/master@{#351721}
* Hook up ProximityAuthSystem in EasyUnlockService.tengs2015-10-011-0/+4
| | | | | | | | | | | | ProximityAuthSystem is intended to replace the background page of the easy_unlock Chrome app. Currently, this functionality is implemented behind the kEnableBluetoothLowEnergyDiscovery flag. BUG=527558 TEST=manual Review URL: https://codereview.chromium.org/1372283002 Cr-Commit-Position: refs/heads/master@{#351707}
* Rename Client to Messenger in proximity_auth to avoid overloading the name.tengs2015-09-221-0/+122
BUG=527558 Review URL: https://codereview.chromium.org/1347963002 Cr-Commit-Position: refs/heads/master@{#350082}