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

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

Issue 2985373002: Revert of [Password Manager] Send username correction votes (Closed)
Patch Set: Created 3 years, 5 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 5e0c6ee9f3a6b6286d7ec98b32ae3598e3483762..d8012a15bbffc7731ae417f9b8a305ea73cbd605 100644
--- a/components/autofill/content/common/autofill_types.mojom
+++ b/components/autofill/content/common/autofill_types.mojom
@@ -139,12 +139,6 @@
uint32 confirmation_field_signature;
};
-// autofill::PossibleUsernamePair
-struct PossibleUsernamePair {
- string value;
- string field_name;
-};
-
// autofill::PasswordForm
struct PasswordForm {
PasswordFormScheme scheme;
@@ -156,7 +150,7 @@
string username_element;
bool username_marked_by_site;
string username_value;
- array<PossibleUsernamePair> other_possible_usernames;
+ array<string> other_possible_usernames;
string password_element;
string password_value;
bool password_value_is_default;
« 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