| Index: trunk/src/chrome/browser/password_manager/psl_matching_helper.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/password_manager/psl_matching_helper.cc (revision 244291)
|
| +++ trunk/src/chrome/browser/password_manager/psl_matching_helper.cc (working copy)
|
| @@ -55,7 +55,7 @@
|
|
|
| // static
|
| bool PSLMatchingHelper::DeterminePSLEnabled() {
|
| -#if defined(OS_ANDROID) || defined(OS_WIN) || defined(OS_LINUX)
|
| +#if defined(OS_ANDROID) || defined(OS_WIN)
|
| // Default choice is "enabled", so we do not need to check for
|
| // kEnablePasswordAutofillPublicSuffixDomainMatching.
|
| bool enabled = true;
|
|
|