commit | e796e15db11a4abd44a070edeb21e535184ea582 | [log] [tgz] |
---|---|---|
author | Gauthier Ambard <gambard@chromium.org> | Wed Dec 22 12:58:45 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 22 12:58:45 2021 |
tree | 38c7478054249178d0c4327464884cb3b67b3d8d | |
parent | 8c294f22d4db2646a88397890c02c268e7f60a0a [diff] |
[iOS] Add code skeleton for Page Mode Setting This CL adds a skeleton (coordinator/mediator/VC) for adding a Setting letting the user choose in which mode (Desktop/Mobile) they would like to have their pages loaded. It also does a light refactoring on the ContentSettingsTableViewController by passing a Browser instead of a ChromeBrowserState to it as the coordinator is taking a Browser. Bug: 1276922 Change-Id: I076bdea0fe9bf66999eca0a47089eaf66867eb34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3341313 Reviewed-by: Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Auto-Submit: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/main@{#953501}
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.