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

Unified Diff: components/autofill/content/common/autofill_types.mojom

Issue 2760353003: [Password Manager] Don't send |UsernameCorrection| in |PasswordFormFillData| to the renderer (Closed)
Patch Set: Removed commented code. Added bug number to the UsernamesCollection declaration Created 3 years, 9 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
« no previous file with comments | « no previous file | components/autofill/content/common/autofill_types.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/common/autofill_types.mojom
diff --git a/components/autofill/content/common/autofill_types.mojom b/components/autofill/content/common/autofill_types.mojom
index 8a116447b35c75ea01cd591bd4da0cb030936073..d8012a15bbffc7731ae417f9b8a305ea73cbd605 100644
--- a/components/autofill/content/common/autofill_types.mojom
+++ b/components/autofill/content/common/autofill_types.mojom
@@ -117,12 +117,6 @@ struct PasswordAndRealm {
string realm;
};
-// autofill::UsernamesCollectionKey
-struct UsernamesCollectionKey {
- string username;
- string password;
- string realm;
-};
// autofill::PasswordFormFillData
struct PasswordFormFillData {
@@ -133,11 +127,6 @@ struct PasswordFormFillData {
FormFieldData password_field;
string preferred_realm;
map<string, PasswordAndRealm> additional_logins;
- // TODO(leonhsl): Use map directly after http://crbug.com/628104 solved.
- // Keys for std::map<UsernamesCollectionKey, std::vector<base::string16>>
- array<UsernamesCollectionKey> other_possible_usernames_keys;
- // Values for std::map<UsernamesCollectionKey, std::vector<base::string16>>
- array<array<string>> other_possible_usernames_values;
bool wait_for_username;
bool is_possible_change_password_form;
};
« no previous file with comments | « no previous file | components/autofill/content/common/autofill_types.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698