| Index: chrome/browser/extensions/api/identity/identity_api.h
|
| diff --git a/chrome/browser/extensions/api/identity/identity_api.h b/chrome/browser/extensions/api/identity/identity_api.h
|
| index 6918a786bde0434552565ae93437e100e03b7d03..57fa8fa75d0e44bf9ed9cc36fa4972d0b0ff7649 100644
|
| --- a/chrome/browser/extensions/api/identity/identity_api.h
|
| +++ b/chrome/browser/extensions/api/identity/identity_api.h
|
| @@ -250,6 +250,7 @@ class IdentityAPI : public ProfileKeyedAPI,
|
|
|
| explicit IdentityAPI(Profile* profile);
|
| virtual ~IdentityAPI();
|
| + void Initialize();
|
|
|
| // Request serialization queue for getAuthToken.
|
| IdentityMintRequestQueue* mint_queue();
|
| @@ -290,6 +291,7 @@ class IdentityAPI : public ProfileKeyedAPI,
|
|
|
| Profile* profile_;
|
| GoogleServiceAuthError error_;
|
| + bool initialized_;
|
| IdentityMintRequestQueue mint_queue_;
|
| CachedTokens token_cache_;
|
| };
|
|
|