| Index: chrome/browser/extensions/api/identity/account_tracker.h
|
| diff --git a/chrome/browser/extensions/api/identity/account_tracker.h b/chrome/browser/extensions/api/identity/account_tracker.h
|
| index de9b6d8851f99032e70f97d16c0ac59a628ea5e0..5ab52a6cbfae591816304f2fa8c8a8b517a9b67b 100644
|
| --- a/chrome/browser/extensions/api/identity/account_tracker.h
|
| +++ b/chrome/browser/extensions/api/identity/account_tracker.h
|
| @@ -87,6 +87,7 @@ class AccountTracker : public OAuth2TokenService::Observer,
|
| void NotifyAccountRemoved(const AccountState& account);
|
| void NotifySignInChanged(const AccountState& account);
|
|
|
| + void ClearAuthError(const std::string& account_key);
|
| void UpdateSignInState(const std::string& account_key, bool is_signed_in);
|
|
|
| void StartTrackingAccount(const std::string& account_key);
|
|
|