commit | a8c0ad85c7373fddf7f5a279c8be1ef7ac692d8c | [log] [tgz] |
---|---|---|
author | Artem Sumaneev <asumaneev@google.com> | Thu Apr 22 14:19:02 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 22 14:19:02 2021 |
tree | dd2503afba34db54f3e1eb6be22d5239fa73a008 | |
parent | 824bc16f96fd9e952b4e2780db7ac3026e87c370 [diff] |
[Lacros] Add LacrosAvailability policy. Add the LacrosAvailability policy to control corresponding pref value LacrosLaunchSwitch. The policy has the following options: - UserChoice: default value, user can enable Lacros browser and make it primary with flags. - LacrosDisallowed: Lacros browser is disallowed and cannot be enabled. - SideBySide: Lacros browser is always enabled but not primary. - LacrosPrimary: Lacros browser is always enabled and always primary. - LacrosOnly: in future it will be possible to make Lacros browser the only available browser. Add a handler to convert string-enum policy values to enum pref values. BUG=chromium:1188070 TEST=none Change-Id: Ieca1534431a796d41912700957a99379ee37a501 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2810607 Commit-Queue: Artem Sumaneev <asumaneev@google.com> Reviewed-by: Maksim Ivanov <emaxx@chromium.org> Reviewed-by: Roland Bock <rbock@google.com> Reviewed-by: Igor <igorcov@chromium.org> Cr-Commit-Position: refs/heads/master@{#875149}
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.