 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: chrome/test/chromedriver/chrome/preferences.txt | 
| diff --git a/chrome/test/chromedriver/chrome/preferences.txt b/chrome/test/chromedriver/chrome/preferences.txt | 
| index 1ad1f7a15cb75a5cb28db5377cf9a6fbec43f679..1f5ce15fa1b7410c08b368b740681700a56c43dd 100644 | 
| --- a/chrome/test/chromedriver/chrome/preferences.txt | 
| +++ b/chrome/test/chromedriver/chrome/preferences.txt | 
| @@ -37,7 +37,8 @@ | 
| "popups": 1, | 
| "ppapi-broker": 1 | 
| }, | 
| - "password_manager_enabled": false | 
| + "password_manager_enabled": false, | 
| + "password_manager_enable_automatic_passwords_saving": false | 
| 
vabr (Chromium)
2014/04/28 09:13:14
As we just discussed, the setting is not currently
 
rchtara
2014/04/28 11:28:29
Done.
 | 
| }, | 
| "safebrowsing": { | 
| "enabled": false |