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

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

Issue 2472363002: Remove experiment support for PasswordManagerSettingsBehaviourChange (Closed)
Patch Set: Fix punctuation Created 4 years, 1 month 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 | « no previous file | chrome/browser/password_manager/chrome_password_manager_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/chrome_password_manager_client.cc
diff --git a/chrome/browser/password_manager/chrome_password_manager_client.cc b/chrome/browser/password_manager/chrome_password_manager_client.cc
index 5f89c71eeba493a862e75a32b971b25c4a9c4eb0..d6534e554b1e1f2dabf4e4bef5de82553f072921 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.cc
+++ b/chrome/browser/password_manager/chrome_password_manager_client.cc
@@ -207,9 +207,7 @@ bool ChromePasswordManagerClient::IsSavingAndFillingEnabledForCurrentPage()
}
bool ChromePasswordManagerClient::IsFillingEnabledForCurrentPage() const {
- return (!password_manager::IsSettingsBehaviorChangeActive() ||
- *saving_and_filling_passwords_enabled_) &&
- !DidLastPageLoadEncounterSSLErrors() &&
+ return !DidLastPageLoadEncounterSSLErrors() &&
IsPasswordManagementEnabledForCurrentPage();
}
« no previous file with comments | « no previous file | chrome/browser/password_manager/chrome_password_manager_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698