
The bug occured because the overridesUserInterfaceStyle for this was in the view that contained FindBarViewController's view, and overridesUserInterfaceStyle from a view doesn't propagate down to embedded view controllers. This has probably been around since the Dark Mode migration. Bug: 1222388 Change-Id: If733aa2964da965df8f5e2af77b1b6d05ec8d5a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2976972 Reviewed-by: Stepan Khapugin <stkhapugin@chromium.org> Commit-Queue: Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#894656}
This directory holds code related to the iOS port of Chromium. See https://sites.google.com/a/chromium.org/dev/developers/design-documents/structure-of-layered-components-within-the-chromium-codebase for a description of the structure underneath this directory.