diff options
Diffstat (limited to 'chrome/browser/extensions/api/identity/identity_api.h')
-rw-r--r-- | chrome/browser/extensions/api/identity/identity_api.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/extensions/api/identity/identity_api.h b/chrome/browser/extensions/api/identity/identity_api.h index a04a01d..c1afb7e 100644 --- a/chrome/browser/extensions/api/identity/identity_api.h +++ b/chrome/browser/extensions/api/identity/identity_api.h @@ -26,7 +26,6 @@ class GoogleServiceAuthError; class MockGetAuthTokenFunction; class Profile; -class SigninManagerBase; namespace extensions { @@ -288,8 +287,8 @@ class IdentityAPI : public ProfileKeyedAPI, static const bool kServiceIsNULLWhileTesting = true; Profile* profile_; - SigninManagerBase* signin_manager_; GoogleServiceAuthError error_; + bool initialized_; // Used to listen to notifications from the TokenService. content::NotificationRegistrar registrar_; IdentityMintRequestQueue mint_queue_; |