• Javier Ernesto Flores Robles's avatar
    [iOS][Autofill] Returns NO if no suggestions available · 8ccb2226
    Javier Ernesto Flores Robles authored
    Right now `checkIfAccessoryViewIsAvailableForForm` always return YES in the block. This
    CL actually checks with the providers, and returns NO, if none has suggestions. This means
    That no accessory will be provided by the form suggestion if no suggestion exists.
    Gated to the AutofillManualFallback feature flag.
    
    Bug: 845472
    Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet
    Change-Id: Id36c0e8280555dc87829b78e7b1d6a9ed6df88b7
    Reviewed-on: https://chromium-review.googlesource.com/1136550
    Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org>
    Reviewed-by: default avatarMoe Ahmadi <mahmadi@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#577729}
    8ccb2226
form_suggestion_controller.mm 14 KB