| Index: components/signin/core/browser/signin_header_helper.h
|
| diff --git a/components/signin/core/browser/signin_header_helper.h b/components/signin/core/browser/signin_header_helper.h
|
| index 8d5d37c1fdcc523284ac89a205843ee7ce2fecc4..6f5cfb99a8c862dbc3fe38e2454ec334acae82e1 100644
|
| --- a/components/signin/core/browser/signin_header_helper.h
|
| +++ b/components/signin/core/browser/signin_header_helper.h
|
| @@ -30,6 +30,8 @@ enum ProfileMode {
|
| PROFILE_MODE_ADD_ACCOUNT_DISABLED = 1 << 1
|
| };
|
|
|
| +extern const char kChromeConnectedHeader[];
|
| +
|
| // The ServiceType specified by GAIA in the response header accompanying the 204
|
| // response. This indicates the action Chrome is supposed to lead the user to
|
| // perform.
|
|
|