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 b7be5d3ed999857c732e5a73b2ce4c6c1451fa62..c570a41c656ebfa983a3b3b8e53891b7068c1c2d 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) |
+#if defined(OS_ANDROID) || defined(OS_WIN) |
// Default choice is "enabled", so we do not need to check for |
// kEnablePasswordAutofillPublicSuffixDomainMatching. |
bool enabled = true; |