Unreviewed changes
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: testing/variations/fieldtrial_testing_config.json
Insertions: 18, Deletions: 18.
@@ -2356,24 +2356,6 @@
]
}
],
- "AutofillAiBasedAmountExtraction": [
- {
- "platforms": [
- "chromeos",
- "linux",
- "mac",
- "windows"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "enable_features": [
- "AutofillEnableAiBasedAmountExtraction"
- ]
- }
- ]
- }
- ],
"AutofillAiM3PublicPasses": [
{
"platforms": [
@@ -2479,6 +2461,24 @@
]
}
],
+ "AutofillEnableAiBasedAmountExtraction": [
+ {
+ "platforms": [
+ "chromeos",
+ "linux",
+ "mac",
+ "windows"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "AutofillEnableAiBasedAmountExtraction"
+ ]
+ }
+ ]
+ }
+ ],
"AutofillEnableBuyNowPayLaterAndroid": [
{
"platforms": [
```
Change information
Commit message:
[AIAE][Launch] Add fieldtrial config
Bug: 475253595
Change-Id: I237eb7560f1ffc9f07aff5c1508e6af1211fdb1f
Cr-Commit-Position: refs/heads/main@{#1568658}
Files:
- M testing/variations/fieldtrial_testing_config.json
Change size: S
Delta: 1 file changed, 18 insertions(+), 0 deletions(-)
Branch: refs/heads/main
Submit Requirements:
Code-Review: +1 by Vinny Persky