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

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

Issue 134923004: Revert 244286 "Password manager: Gnome support for Public Suffix..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | « trunk/src/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: 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;
« no previous file with comments | « trunk/src/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