| commit | 20478bc54593c16af76f9cb05314a19eb7daaa5c | [log] [tgz] |
|---|---|---|
| author | Maria Kazinova <kazinova@google.com> | Wed Apr 08 09:46:42 2020 |
| committer | Commit Bot <commit-bot@chromium.org> | Wed Apr 08 09:46:42 2020 |
| tree | 0e7e8b7bb3197d030954f198692b9faa5acc1c56 | |
| parent | c085c43f76bc1f7dac9763a8a6270804c70cf146 [diff] |
Fixing a crash in FindMatchedManager. A crash has occurred because DoesManageAccordingToRendererID was called on iOS. Reorganised to use DoesManage instead, which does everything DoesManageAccordingToRendererID did, but in a smarter way. Bug: 1066569 Change-Id: I6a7076378fab322dbd7abe2b4924e65895c7994e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133933 Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by: Dominic Battré <battre@chromium.org> Commit-Queue: Maria Kazinova <kazinova@google.com> Cr-Commit-Position: refs/heads/master@{#757370}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.