commit | 6d86aae3cb30ce77fd645209a9b76fd1b4dfc0f8 | [log] [tgz] |
---|---|---|
author | Alexander Hendrich <hendrich@chromium.org> | Mon Jun 20 14:44:35 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 20 14:44:35 2022 |
tree | f8ec7fc6ff136c286a681e2e8fb6dd5174950259 | |
parent | 90850305cd79f9a4527966aff72252d9a33412e6 [diff] |
Fix test case + sample for SendDownloadToCloudEnterpriseConnector The `service_provider` in the `SendDownloadToCloudEnterpriseConnector` policy must match one of the keys from `GetServiceProviderConfig()`, otherwise it will crash at https://crsrc.org/c/chrome/browser/enterprise/connectors/file_system/service_settings.cc;drc=169c6cc102b39295a5bfe2f2a176b42b1c2fe2c4;l=29. This is likely something that requires more robust parsing or error handling. This was discovered as part of re-enabling the flaky PolicyPrefsTest.PolicyToPrefsMapping, which uses the test cases provided in policy_test_cases.json. Bug: b/226560946 Change-Id: Ifcdb9ee12c598f4bd7c544b97a4589af0d4077c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3714130 Auto-Submit: Alexander Hendrich <hendrich@chromium.org> Commit-Queue: Alexander Hendrich <hendrich@chromium.org> Reviewed-by: Dominique Fauteux-Chapleau <domfc@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/main@{#1015895}
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.