Instantiate FieldTrialList for ios WebView
ios WebView does not integrate with variations, but the actual production code WebView relies on may assume that there an instance, leading to DCHECK failures. This was surfaced by integration tests where, despite base::TestSuite's attempts to instantiate FieldTrialList via FeatureListScopedToEachTest, and due to shared libraries leading to ODR violations affecting FieldTrialList::global_, DCHECKs could fire (mostly prevented landing additional DCHECKs). Bug: 1011088,1018667 Change-Id: I7ff3b356bd246c5f0a9b8776ae6d372bfd4a9df9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1950518Reviewed-by:Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
John Wu <jzw@chromium.org> Auto-Submit: Mikel Astiz <mastiz@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#721563}
Showing
Please register or sign in to comment