Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2162)

Unified Diff: chrome/browser/password_manager/psl_matching_helper.cc

Issue 123223003: Password manager: Gnome support for Public Suffix List matching (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased on ToT Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/password_manager/native_backend_gnome_x_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/password_manager/native_backend_gnome_x_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698