Fix misc ScopedFeatureList usage (2/8)
ScopedFeatureList is unsafe to use after browser threads have been started. This constraint will imminently be enforced by DCHECK to prevent further erroneous usage from landing. This CL corrects usage within miscellaneous Chrome feature tests, including Password Manager, payments, page load metrics, etc. This is split from a larger CL where in some rare cases, correction was too complex to resolve before landing the DCHECK, so corresponding test(s) may be disabled instead of fixed. Bug: 846380 Change-Id: Ic4944308327312038d1e92523ac1188530f54b0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850732Reviewed-by:Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Reviewed-by:
John Delaney <johnidel@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#705133}
Showing
This diff is collapsed.
Please register or sign in to comment