| 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 dc63c428facb57f09fb9107371bf0a6658311fec..b2b85c359df7c084cc8ac395a7e9c05d99fafc93 100644
|
| --- a/chrome/browser/extensions/api/identity/identity_api.h
|
| +++ b/chrome/browser/extensions/api/identity/identity_api.h
|
| @@ -41,6 +41,7 @@ extern const char kUserNotSignedIn[];
|
| extern const char kInteractionRequired[];
|
| extern const char kInvalidRedirect[];
|
| extern const char kOffTheRecord[];
|
| +extern const char kPageLoadFailure[];
|
| } // namespace identity_constants
|
|
|
| // identity.getAuthToken fetches an OAuth 2 function for the
|
|
|