commit | 39f82d968e22cd3de567df5ddb2d00a923c0bb74 | [log] [tgz] |
---|---|---|
author | Darren Krahn <[email protected]> | Thu Apr 09 19:00:33 2015 -0700 |
committer | ChromeOS Commit Bot <[email protected]> | Fri Apr 10 20:48:42 2015 +0000 |
tree | 9fc4912a96bec9b005a030eeb2a82217481d26cf | |
parent | 0752bd25ba9f45c07bc989d42bf5272133a85afa [diff] |
attestation: Lift restrictions on copying callbacks. AttestationInterface implementations should be free to copy callback objects. Previously they were not because a scoped_ptr was curried in. The change is to eliminate scoped_ptrs as callback parameters. BUG=brillo:737 TEST=unit, manually ran attestation_client Change-Id: I69fee531b09229f40ebd620dfd393d85e9c0af27 Reviewed-on: https://chromium-review.googlesource.com/265123 Reviewed-by: Alex Vakulenko <[email protected]> Commit-Queue: Darren Krahn <[email protected]> Tested-by: Darren Krahn <[email protected]>