commit | eda637d2229da038325e8b3f22eb06c99e10c04b | [log] [tgz] |
---|---|---|
author | Lukasz Anforowicz <lukasza@chromium.org> | Thu May 20 00:32:23 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 20 00:32:23 2021 |
tree | ad0abb4a7e49f2129d400d6cfe4f19d1b70bc42d | |
parent | 2f90f74f1839927a1fa96b12d69e314c15d7cfca [diff] |
Real instance methods for BrowserContext: remaining 5 methods. This CL refactors non-overridable (i.e. implemented only within //content) methods of `BrowserContext`, so that they are implemented as instance methods (rather than as `static` methods taking a `self` argument). This particular CL refactors the following methods: - GetMountPoints - GetSharedCorsOriginAccessList - EnsureResourceContextInitialized - NotifyWillBeDestroyed - SaveSessionState For the rationale/motivation for this change, please see the CL description of an earlier CL in this series - r877482. Bug: 1179776 Change-Id: Ia72acf439e857685592193618baa6d4167983c9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2892048 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Charlie Reis <creis@chromium.org> Auto-Submit: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by: Charlie Reis <creis@chromium.org> Reviewed-by: Trent Apted <tapted@chromium.org> Owners-Override: Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#884783}
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.