summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorgcasto <gcasto@chromium.org>2015-07-08 16:53:48 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-08 23:54:30 +0000
commit686493e7cfaf95583c9ae001e3cb8b35264a8b49 (patch)
tree1ff9cc74126cb5eca02a0a806ece40015190eeb9 /chrome/chrome_tests.gypi
parent03d2f82aa65c18b8efaee7d4220b2f4a78a9c379 (diff)
downloadchromium_src-686493e7cfaf95583c9ae001e3cb8b35264a8b49.zip
chromium_src-686493e7cfaf95583c9ae001e3cb8b35264a8b49.tar.gz
chromium_src-686493e7cfaf95583c9ae001e3cb8b35264a8b49.tar.bz2
[Password Manager] Allow autofilled usernames to be edited
Currently if the password manager fills a username and the user tries to change it, we delete the password associated with this username. This causes problems in the case where the password manager has an incorrect username associated with the password for whatever reason. This change will keep the password until another one is chosen via the autofill dropdown. This requires removing inline autocomplete as the password can no longer change to match the previewed username. This change also removes logging for OtherPossibleUsernamesUsage as a side effect, as the complication that it introduced in PasswordAutofillAgent no longer seems worth the effort to keep around. BUG=496167 Review URL: https://codereview.chromium.org/1205693003 Cr-Commit-Position: refs/heads/master@{#337943}
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 17e2630..bffc95f 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -971,6 +971,7 @@
'browser/extensions/window_open_interactive_apitest.cc',
'browser/mouseleave_browsertest.cc',
'browser/password_manager/password_generation_interactive_uitest.cc',
+ 'browser/password_manager/password_manager_interactive_uitest.cc',
'browser/renderer_context_menu/render_view_context_menu_browsertest_util.cc',
'browser/renderer_context_menu/render_view_context_menu_browsertest_util.h',
'browser/task_manager/task_manager_browsertest_util.cc',