 Chromium Code Reviews
 Chromium Code Reviews Issue 256003003:
  Enable Automatic Passwords Saving  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 256003003:
  Enable Automatic Passwords Saving  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| 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_; |