summaryrefslogtreecommitdiffstats
path: root/components/password_manager/DEPS
diff options
context:
space:
mode:
authorjww <jww@chromium.org>2014-12-09 13:02:37 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-09 21:03:01 +0000
commit1d7e800d82d104222425aba32e97e19a4edae324 (patch)
tree2939c2174de27ecd777e83532bd1e4dbb140e543 /components/password_manager/DEPS
parent8879cfca3b19c304004e34e6dec9629752cd3068 (diff)
downloadchromium_src-1d7e800d82d104222425aba32e97e19a4edae324.zip
chromium_src-1d7e800d82d104222425aba32e97e19a4edae324.tar.gz
chromium_src-1d7e800d82d104222425aba32e97e19a4edae324.tar.bz2
Support for password manager suggestions on password fields.
This adds support for the password manager to, optionally, request suggestions to be displayed on a password field rather than the traditional choice of a username field. While not used right now, this is a prerequisite for implementing "fill on account select" as an experiment since there needs to be a way for users to fill on select if the username field is uneditable. This is implemented by adding an option to the autofill IPC message that the field to receive suggestions is a password field, not a username field. Thus, this the password manager (a) knows to only show one suggestion for the specified username, and (b) knows that there should be a title in th dropdown menu. BUG=410963 Review URL: https://codereview.chromium.org/767353002 Cr-Commit-Position: refs/heads/master@{#307549}
Diffstat (limited to 'components/password_manager/DEPS')
-rw-r--r--components/password_manager/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/password_manager/DEPS b/components/password_manager/DEPS
index 2e79291..29c16f6 100644
--- a/components/password_manager/DEPS
+++ b/components/password_manager/DEPS
@@ -2,6 +2,7 @@ include_rules = [
"+components/autofill/core/common",
"+components/os_crypt",
"+components/password_manager/core",
+ "+components/strings/grit",
"+net/base",
"+sql",
"+sync/api",