| Index: components/signin/core/browser/signin_header_helper.cc
|
| diff --git a/components/signin/core/browser/signin_header_helper.cc b/components/signin/core/browser/signin_header_helper.cc
|
| index 26c7c15fb44603388bf165d081179ed0c2ad40c0..319b6f88d08d1aaf85776736f45f4f3b5e197c9d 100644
|
| --- a/components/signin/core/browser/signin_header_helper.cc
|
| +++ b/components/signin/core/browser/signin_header_helper.cc
|
| @@ -143,6 +143,9 @@ ManageAccountsParams::ManageAccountsParams()
|
| #endif // !defined(OS_IOS)
|
| }
|
|
|
| +ManageAccountsParams::ManageAccountsParams(const ManageAccountsParams& other) =
|
| + default;
|
| +
|
| bool SettingsAllowSigninCookies(
|
| const content_settings::CookieSettings* cookie_settings) {
|
| GURL gaia_url = GaiaUrls::GetInstance()->gaia_url();
|
|
|