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

Unified Diff: components/password_manager/core/browser/password_manager_client.cc

Issue 256003003: Enable Automatic Passwords Saving (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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: components/password_manager/core/browser/password_manager_client.cc
diff --git a/components/password_manager/core/browser/password_manager_client.cc b/components/password_manager/core/browser/password_manager_client.cc
index f33360452b02eaafe70e1e696b7e3d3596a2d507..1ff2f504d67aae29bc1c39a3550cd17f6fb6f99f 100644
--- a/components/password_manager/core/browser/password_manager_client.cc
+++ b/components/password_manager/core/browser/password_manager_client.cc
@@ -6,6 +6,10 @@
namespace password_manager {
+bool PasswordManagerClient::IsAutomaticPasswordSavingEnabled() const {
+ return false;
+}
+
base::FieldTrial::Probability
PasswordManagerClient::GetProbabilityForExperiment(
const std::string& experiment_name) {

Powered by Google App Engine
This is Rietveld 408576698