commit | 73702e1076115a07cdc9280d24d89898d47f0398 | [log] [tgz] |
---|---|---|
author | Ivan Šandrk <isandrk@chromium.org> | Wed Aug 24 11:17:31 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 24 11:17:31 2022 |
tree | 7719778868ac19d4c754a3a3385af0efee71fa52 | |
parent | 44df1470ce7fa0c0f83dce98cddaf56dd0aa27e2 [diff] |
[Public Session] ExtensionTabUtil - Rip out dead code Rip out all Public Session related code since PS is deprecated, and MGS is the replacement ("PS v2"). First CL that removed DeviceLocalAccountManagedSessionEnabled policy: crrev.com/c/3784794 -> as a consequence |ArePublicSessionRestrictionsEnabled| will always return false. Background: that policy is set to true since years ago, and the restrictions enabled helper function was returning false, hence this is all dead code being cleaned up. Bug: b/233592812 Change-Id: Ia41a64a2c5d3e40a6bf05bd0ed07c0cc81ba46e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3845493 Reviewed-by: David Bertoni <dbertoni@chromium.org> Reviewed-by: Renato Silva <rrsilva@google.com> Commit-Queue: Ivan Šandrk <isandrk@chromium.org> Cr-Commit-Position: refs/heads/main@{#1038710}
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.