• Colin Blundell's avatar
    Add creation of PrimaryAccountAccessTokenFetcher via IdentityManager · 70a72281
    Colin Blundell authored
    This CL adds an interface on IdentityManager to create a
    PrimaryAccountAccessTokenFetcher instance. In this way, clients of
    IdentityManager can create PrimaryAccountAccessTokenFetchers without
    needing to know about the core signin classes on which it depends. This
    interface will facilitate moving clients of
    PrimaryAccountAccessTokenFetcher to depend on IdentityManager rather
    than depending on these core signin classes directly.
    
    Bug: 654990
    Change-Id: I15217dabf60a8dada17ce54f76406c011d011f5c
    Reviewed-on: https://chromium-review.googlesource.com/832647Reviewed-by: default avatarMihai Sardarescu <msarda@chromium.org>
    Commit-Queue: Colin Blundell <blundell@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#525303}
    70a72281
identity_manager_factory.cc 2.24 KB