| 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 80b6cac2a7def2c6761cbbaea710e0ed8561ce9d..84c7cafadd8c18f5cdc818464ca6778cbb18f16e 100644
|
| --- a/chrome/browser/extensions/api/identity/identity_api.h
|
| +++ b/chrome/browser/extensions/api/identity/identity_api.h
|
| @@ -88,6 +88,7 @@ class IdentityGetAuthTokenFunction : public AsyncExtensionFunction,
|
|
|
| bool interactive_;
|
| scoped_ptr<OAuth2MintTokenFlow> flow_;
|
| + bool should_retry_with_signin_;
|
|
|
| // When launched in interactive mode, and if there is no existing grant,
|
| // a permissions prompt will be popped up to the user.
|
|
|