| 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 ed998714485f342fc32b5ea6924cc08ba2c859f9..8e50a52877f99a7dc871fe1abd8259610e013e8e 100644
|
| --- a/chrome/browser/extensions/api/identity/identity_api.h
|
| +++ b/chrome/browser/extensions/api/identity/identity_api.h
|
| @@ -39,6 +39,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
|
|
|