| 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 1ec914c05261a6b1a04e192ed0c3b1b0be2a2201..4475b823936c5635be70005c9c1af82246b4b60c 100644
|
| --- a/chrome/browser/extensions/api/identity/account_tracker.h
|
| +++ b/chrome/browser/extensions/api/identity/account_tracker.h
|
| @@ -69,6 +69,7 @@ class AccountTracker : public OAuth2TokenService::Observer,
|
|
|
| // AuthStatusProvider implementation.
|
| virtual std::string GetAccountId() const OVERRIDE;
|
| + virtual std::string GetUsername() const OVERRIDE;
|
| virtual GoogleServiceAuthError GetAuthStatus() const OVERRIDE;
|
|
|
| // SigninManagerBase::Observer implementation.
|
|
|