HomeSort by relevance Sort by last modified time
    Searched defs:ReportAuthError (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/identity/
account_tracker.cc 31 void AccountTracker::ReportAuthError(const std::string& account_id,
identity_api.cc 290 ->ReportAuthError(error);
716 void IdentityAPI::ReportAuthError(const GoogleServiceAuthError& error) {
719 account_tracker_.ReportAuthError(token_service->GetPrimaryAccountId(), error);

Completed in 196 milliseconds