[Autofill] Remove redundant unit test setup
Rationale: * We should never need to clear the PersonalDataManager before a test, because it shouldn't be created with data anyway (this could disrupt tests intended to test merging/deduplication logic/etc.) * "Credit card upload is enabled" is the default expectation nowadays, even though it's still technically only enabled for certain countries. The goal is still to launch it worldwide. Thus, make it the default, and we shouldn't be concerned with turning it on for every test, only turning it off in non-standard situations. Change-Id: I2328cada08d3e219be2f02d7ee0e7dee9526a1db Reviewed-on: https://chromium-review.googlesource.com/1196104 Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#587523}
Showing
This diff is collapsed.
Please register or sign in to comment