| Index: components/signin/core/browser/chrome_connected_header_helper.h
|
| diff --git a/components/signin/core/browser/chrome_connected_header_helper.h b/components/signin/core/browser/chrome_connected_header_helper.h
|
| index 8cfd7c7e666b3ad97b09d2eb56e162bd35f91567..634c24d7e1176e4edaae14feb0fd495d2d30c0da 100644
|
| --- a/components/signin/core/browser/chrome_connected_header_helper.h
|
| +++ b/components/signin/core/browser/chrome_connected_header_helper.h
|
| @@ -27,6 +27,11 @@ class ChromeConnectedHeaderHelper : public SigninHeaderHelper {
|
| const content_settings::CookieSettings* cookie_settings,
|
| int profile_mode_mask);
|
|
|
| + // Returns the parameters contained in the X-Chrome-Manage-Accounts response
|
| + // header.
|
| + static ManageAccountsParams BuildManageAccountsParams(
|
| + const std::string& header_value);
|
| +
|
| private:
|
| // Returns whether the URL is eligible for the Gaia ID parameter.
|
| bool IsUrlEligibleToIncludeGaiaId(const GURL& url, bool is_header_request);
|
|
|