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

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

Issue 2693373004: Use Smart Lock preference instead of Chrome Password manager preference. (Closed)
Patch Set: Created 3 years, 10 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
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 9baf82c8266459468ab1465d7954446dbd9b509f..cd67965281ff22b18da9acf59541fc77ef0cce8b 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.cc
+++ b/chrome/browser/password_manager/chrome_password_manager_client.cc
@@ -164,7 +164,7 @@ ChromePasswordManagerClient::ChromePasswordManagerClient(
base::Unretained(driver_factory_)));
saving_and_filling_passwords_enabled_.Init(
- password_manager::prefs::kPasswordManagerSavingEnabled, GetPrefs());
+ password_manager::prefs::kCredentialsEnableService, GetPrefs());
ReportMetrics(*saving_and_filling_passwords_enabled_, this, profile_);
driver_factory_->RequestSendLoggingAvailability();
}

Powered by Google App Engine
This is Rietveld 408576698