Implement CryptAuthAccountTokenFetcher, which performs the fetching of the CryptAuth...
commit408c74140a61ca3997aad508bd68f2b2c354e167
authortengs <tengs@chromium.org>
Sat, 13 Dec 2014 00:36:13 +0000 (12 16:36 -0800)
committerCommit bot <commit-bot@chromium.org>
Sat, 13 Dec 2014 00:36:41 +0000 (13 00:36 +0000)
tree9835311d4657c046c140c247fcb998582800c865
parentd7a1017bef32b69489b0e013c1e6122b4bbb5580
Implement CryptAuthAccountTokenFetcher, which performs the fetching of the CryptAuth access token.

BUG=420316

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

Cr-Commit-Position: refs/heads/master@{#308207}
components/components_tests.gyp
components/proximity_auth.gypi
components/proximity_auth/cryptauth/BUILD.gn
components/proximity_auth/cryptauth/cryptauth_access_token_fetcher.h
components/proximity_auth/cryptauth/cryptauth_account_token_fetcher.cc [new file with mode: 0644]
components/proximity_auth/cryptauth/cryptauth_account_token_fetcher.h [new file with mode: 0644]
components/proximity_auth/cryptauth/cryptauth_account_token_fetcher_unittest.cc [new file with mode: 0644]