Convert GCMAccountTracker from AccountTrackerService to IdentityManager |
||
Issue descriptionShould replace the use of AccountTrackerService::GetAccounts() with IdentityManager::GetAccountsWithRefreshTokens()
,
Dec 18
Hmm are we sure we want to convert this? I think there is a misunderstanding here because GCMAccountTracker is *not* using AccountTrackerService::GetAccounts() but AccountTracker::GetAccounts(). They're totally different API, actually the gcm::AccountTracker is implemented using IdentityManager.
,
Dec 18
No, we do not want to convert those. They got caught by automated "git grep" because GCM exposes an AccountTrackerService with similarly named method to signin's AccountTrackerService :-( |
||
►
Sign in to add a comment |
||
Comment 1 by svil...@igalia.com
, Dec 5Status: Started (was: Available)