0

[ios] Use the right flag for filtered scans throttling

R=noemies@google.com

Change-Id: I3f5b09aea2d722083afcfd8d1c1f9b3756aeefa2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6000077
Reviewed-by: Noémie St-Onge <noemies@google.com>
Commit-Queue: Vincent Boisselle <vincb@google.com>
Cr-Commit-Position: refs/heads/main@{#1379774}
This commit is contained in:
vincb
2024-11-07 17:30:33 +00:00
committed by Chromium LUCI CQ
parent d03e589812
commit 3d9c11b7ff

@ -338,7 +338,8 @@ void AutofillDriverIOS::FetchFromsFilteredByName(
return;
}
if (base::FeatureList::IsEnabled(kAutofillThrottleDocumentFormScanIos)) {
if (base::FeatureList::IsEnabled(
kAutofillThrottleFilteredDocumentFormScanIos)) {
document_filtered_scan_batcher_.PushRequest(std::move(completion),
form_name);
} else {