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

Unified Diff: components/password_manager/core/browser/password_manager.h

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.h
diff --git a/components/password_manager/core/browser/password_manager.h b/components/password_manager/core/browser/password_manager.h
index da52aca3d60fb997dfb9e2220be2faaa33212e4d..435595b1680ee9a3ad9ee118ce0a205d1963421a 100644
--- a/components/password_manager/core/browser/password_manager.h
+++ b/components/password_manager/core/browser/password_manager.h
@@ -171,6 +171,9 @@ class PasswordManager : public LoginModel {
// want to save passwords but will continue to fill passwords).
BooleanPrefMember password_manager_enabled_;
+ // Set to true to save the password without prompting the user.
+ bool enable_automatic_passwords_saving_;
vabr (Chromium) 2014/04/28 09:13:14 nit: Drop this member variable, and just use clien
rchtara 2014/04/28 11:28:29 Done.
+
// Observers to be notified of LoginModel events. This is mutable to allow
// notification in const member functions.
mutable ObserverList<LoginModelObserver> observers_;

Powered by Google App Engine
This is Rietveld 408576698