Add AffiliationFetcher to fetch authoritative affiliation information regarding facets.
commit7411df512d4b3691b4753e65622fc46a50d50b07
authorengedy <engedy@chromium.org>
Mon, 15 Dec 2014 15:41:46 +0000 (15 07:41 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 15 Dec 2014 15:42:13 +0000 (15 15:42 +0000)
tree987aecc6c4a1d8452a7892872f40caf301c5fa05
parenteb322fc9a5882550d2a34b04954a5b3f9f8e63f9
Add AffiliationFetcher to fetch authoritative affiliation information regarding facets.

This uses the utilities introduced in https://codereview.chromium.org/771173002/.

BUG=437865

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

Cr-Commit-Position: refs/heads/master@{#308354}
components/components_tests.gyp
components/password_manager.gypi
components/password_manager/DEPS
components/password_manager/core/browser/BUILD.gn
components/password_manager/core/browser/affiliation_api.proto [new file with mode: 0644]
components/password_manager/core/browser/affiliation_fetcher.cc [new file with mode: 0644]
components/password_manager/core/browser/affiliation_fetcher.h [new file with mode: 0644]
components/password_manager/core/browser/affiliation_fetcher_delegate.h [new file with mode: 0644]
components/password_manager/core/browser/affiliation_fetcher_unittest.cc [new file with mode: 0644]