commit | 5a1bbafb7713e50542be8a29e753d7230ef7f17b | [log] [tgz] |
---|---|---|
author | Sylvain Defresne <sdefresne@chromium.org> | Thu Jan 27 12:19:32 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 27 12:19:32 2022 |
tree | 32d75fd4f40522defb6102497f4ebeaf375fe9cd | |
parent | 4d699d962dadeae685455a8e1b55ba8f6dfb8e9c [diff] |
[ios] Fix constness of Browser According to style guide, `const` methods should not return non `const` pointer. Browser was incorrectly declaring its getter `const` when the returned object could indirecly allow to mutate the Browser (e.g. via `GetBrowserState()` it was possible to get a non-`const` pointer to the Browser). Reference: //main/styleguide/c++/const.md Bug: none Change-Id: If20a834fbf305060ea31f481dde136ce8244eddf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3418819 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Mark Cogan <marq@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/main@{#963991}
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.