• Mathias Carlen's avatar
    [Autofill Assistant] Locale cleanup. · ab237381
    Mathias Carlen authored
    Before this patch we used the device/platform locale to set/get things
    in autofill profiles. That locale is dropped in the autofill code and
    not used at all. This patch removes the locale logic from two actions.
    
    The consequence now is that the mock in tests does not set the full name
    and that is used in the completeness comparison. The fix used here is to
    always construct the FullName from the first,middle,last triplet when
    needed.
    
    R=arbesser@google.com, marianfe@google.com
    
    Bug: 806868
    Change-Id: I0835da87a07c409af8832cd052f6654372b8dcf0
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926487
    Commit-Queue: Mathias Carlen <mcarlen@chromium.org>
    Reviewed-by: default avatarClemens Arbesser <arbesser@google.com>
    Cr-Commit-Position: refs/heads/master@{#717615}
    ab237381
details.cc 15.7 KB