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

Unified Diff: chrome/test/chromedriver/chrome/preferences.txt

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: 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

Powered by Google App Engine
This is Rietveld 408576698