| Index: chrome/browser/password_manager/psl_matching_helper.cc
|
| diff --git a/chrome/browser/password_manager/psl_matching_helper.cc b/chrome/browser/password_manager/psl_matching_helper.cc
|
| index c570a41c656ebfa983a3b3b8e53891b7068c1c2d..5d2ea69e9d1de8b3f8a1bf6a2fe5f3168e79206b 100644
|
| --- a/chrome/browser/password_manager/psl_matching_helper.cc
|
| +++ b/chrome/browser/password_manager/psl_matching_helper.cc
|
| @@ -55,7 +55,7 @@ void PSLMatchingHelper::EnablePublicSuffixDomainMatchingForTesting() {
|
|
|
| // static
|
| bool PSLMatchingHelper::DeterminePSLEnabled() {
|
| -#if defined(OS_ANDROID) || defined(OS_WIN)
|
| +#if defined(OS_ANDROID) || defined(OS_WIN) || defined(OS_LINUX)
|
| // Default choice is "enabled", so we do not need to check for
|
| // kEnablePasswordAutofillPublicSuffixDomainMatching.
|
| bool enabled = true;
|
|
|