summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/identity/identity_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/api/identity/identity_api.h')
-rw-r--r--chrome/browser/extensions/api/identity/identity_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/extensions/api/identity/identity_api.h b/chrome/browser/extensions/api/identity/identity_api.h
index 5b790e1..e37c603 100644
--- a/chrome/browser/extensions/api/identity/identity_api.h
+++ b/chrome/browser/extensions/api/identity/identity_api.h
@@ -255,6 +255,7 @@ class IdentityAPI : public ProfileKeyedAPI,
explicit IdentityAPI(Profile* profile);
virtual ~IdentityAPI();
+ void Initialize();
// Request serialization queue for getAuthToken.
IdentityMintRequestQueue* mint_queue();
@@ -295,6 +296,7 @@ class IdentityAPI : public ProfileKeyedAPI,
Profile* profile_;
GoogleServiceAuthError error_;
+ bool initialized_;
IdentityMintRequestQueue mint_queue_;
CachedTokens token_cache_;
};