DescriptionDon't use FormFieldData only as a key in a map
The FormFieldData was used in PasswordAutofillManagera::LoginToPasswordInfoMap merely as a map key, without needing the information in it. This CL changes the key type to int, and removes one IPC message completely in result.
Note: this CL is also relevant to http://crbug.com/377422 and http://crbug.com/118601, but does not directly contribute to their goals.
BUG=400186
Committed: https://crrev.com/d73e4141cbcb4663862c02f11935b5cda79d6af0
Cr-Commit-Position: refs/heads/master@{#302790}
Patch Set 1 : #
Total comments: 2
Patch Set 2 : Delete unused code #Patch Set 3 : Rebased #Messages
Total messages: 14 (3 generated)
|