Searched defs:AccountIds (Results 1 – 1 of 1) sorted by relevance
26 struct AccountIds { struct27 std::string account_key; // The account ID used by OAuth2TokenService.28 std::string gaia;52 virtual void OnAccountAdded(const AccountIds& ids) = 0; argument