commit | 932821e2a836fe9a4831c62786d412ceba911d35 | [log] [tgz] |
---|---|---|
author | Rakina Zata Amni <rakina@chromium.org> | Fri Apr 07 02:51:14 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 07 02:51:14 2023 |
tree | a85e397bd3dbd79fd29504eed518694a099eebc2 | |
parent | c44391c854e0b839d50e087ad2d7518e32b9765e [diff] |
Move bindings check in RFHI::MaybeSetWebUI() to NavigationRequest::CreateWebUIIfNeeded() This makes RFHI::MaybeSetUI() always succeed, so we can rename it to justSetWebUI(). This also simplifies future WebUI creation refactors, as it removes the need to check the result of MaybeSetWebUI() and behave differently if it fails. Bug: 1430336 Change-Id: I78b96a1d99e78461a0bad6f3c9839579a16c824e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4384129 Reviewed-by: Nasko Oskov <nasko@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/main@{#1127501}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.
If you found a bug, please file it at https://crbug.com/new.