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

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

Issue 2640783002: [Password Generation] Send id attribute to server for HTML based form classifier (Closed)
Patch Set: Fixed failed test Created 3 years, 11 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
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 99303bd9be23a5704416c84bd8bd63c79057bdad..db88276fb243c75d0f9eb217761ddf9de2c6697e 100644
--- a/components/autofill/content/common/autofill_types.mojom
+++ b/components/autofill/content/common/autofill_types.mojom
@@ -64,6 +64,7 @@ enum PasswordFormFieldPredictionType {
struct FormFieldData {
string label;
string name;
+ string id;
string value;
string form_control_type;
string autocomplete_attribute;

Powered by Google App Engine
This is Rietveld 408576698