summaryrefslogtreecommitdiff
path: root/chromium/components/autofill/core/browser/proto/server.proto
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/autofill/core/browser/proto/server.proto')
-rw-r--r--chromium/components/autofill/core/browser/proto/server.proto8
1 files changed, 6 insertions, 2 deletions
diff --git a/chromium/components/autofill/core/browser/proto/server.proto b/chromium/components/autofill/core/browser/proto/server.proto
index 079c9449ffc..86bc91e222d 100644
--- a/chromium/components/autofill/core/browser/proto/server.proto
+++ b/chromium/components/autofill/core/browser/proto/server.proto
@@ -14,7 +14,7 @@ import "password_requirements.proto";
// Request to query field suggestions for forms in a page from legacy Autofill
// API.
-// Next available id: 14
+// Next available id: 15
message AutofillQueryContents {
reserved 11; // Reserved for server use.
required string client_version = 1;
@@ -28,6 +28,7 @@ message AutofillQueryContents {
optional AutofillRandomizedFieldMetadata field_metadata = 13;
}
}
+ repeated int64 experiments = 14;
}
// Response from Autofill query on the legacy API that gives field suggestions
@@ -185,7 +186,7 @@ message AutofillRandomizedFieldMetadata {
// This message contains information about the field types in a single form.
// It is sent by the toolbar to contribute to the field type statistics.
-// Next available id: 38
+// Next available id: 39
message AutofillUploadContents {
required string client_version = 1;
required fixed64 form_signature = 2;
@@ -396,6 +397,9 @@ message AutofillUploadContents {
// Whether the fields are enclosed by a <form> tag or are unowned elements.
optional bool has_form_tag = 37;
+
+ // Captures whether or not this upload was a candidate for throttling.
+ optional bool was_throttleable = 38;
}
// This proto contains information about the validity of each field in an