0
Files
src/ios
Robbie Gibson a0e238734a [iOS] FindInPage: Clean up iOS 12 and fix Dark Mode bug
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}
2021-06-22 13:20:26 +00:00
..
2021-06-14 09:37:31 +00:00

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.