Searched refs:prefixed_account_id (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/signin/
H A Dmutable_profile_oauth2_token_service.cc29 std::string RemoveAccountIdPrefix(const std::string& prefixed_account_id) { argument
30 return prefixed_account_id.substr(kAccountIdPrefixLength);
106 std::string prefixed_account_id = iter->first; local
109 if (IsLegacyRefreshTokenId(prefixed_account_id) && !refresh_token.empty())
112 if (IsLegacyServiceId(prefixed_account_id)) {
116 token_web_data->RemoveTokenForService(prefixed_account_id);
119 std::string account_id = RemoveAccountIdPrefix(prefixed_account_id);

Completed in 36 milliseconds