cef/libcef/common/chrome
Marshall Greenblatt a2a1b66ea5 chrome: Support configuration of Chrome policy management (fixes #3581)
Disable Chrome policy management by default. Add CefSettings.chrome_policy_id
which, when configured, enables Chrome policy management. See
https://support.google.com/chrome/a/answer/9037717 for background.

To test:
- Start with a machine where Google Chrome is managed.
- Run `cefclient --enable-chrome-runtime --url=chrome://policy/`
  There should be no configured policies.
- Run `cefclient --enable-chrome-runtime --url=chrome://policy/
       --enable-chrome-policy`
  Configured Platform properties should match Google Chrome.
- Run `cefclient --enable-chrome-runtime --url=chrome://policy/
       --enable-chrome-policy --enable-chrome-browser-cloud-management`
  Configured Platform and Cloud properties should match Google Chrome.
2023-10-16 18:44:15 -04:00
..
chrome_content_client_cef.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
chrome_content_client_cef.h widevine: Support CDM host verification and storage ID (fixes issue #3404) 2022-10-04 18:21:31 -04:00
chrome_main_delegate_cef.cc chrome: Support configuration of Chrome policy management (fixes #3581) 2023-10-16 18:44:15 -04:00
chrome_main_delegate_cef.h chrome: Don't show the profile picker on startup (fixes issue #3440) 2023-01-19 16:21:21 -05:00
chrome_main_runner_delegate.cc Don't run UI thread tasks after calling CefQuitMessageLoop 2023-07-11 15:59:52 +03:00
chrome_main_runner_delegate.h Update to Chromium version 113.0.5672.0 (#1121455) 2023-04-05 17:48:51 -04:00