commit | 9a328c65ef46f2b9edb642a78f62ab90742dda7d | [log] [tgz] |
---|---|---|
author | Xiaoling Bao <xiaolingbao@chromium.org> | Mon Mar 08 21:38:46 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 08 21:38:46 2021 |
tree | b72eb7c06ed0a9fc787db188f28e80b0f2f90b1b | |
parent | 8cfbe7b565e213b33b44593f9166b7653dd73920 [diff] |
Validate DM policy responses. 1) Move `DMResponseValidator` out of dm_message.cc and into a separate file. Updater policy validations will be added later. 2) Create a struct that holds all policy validation results. TODOs: 1) Validate updater specific policies. 2) Post the validation results back to caller. 3) Send the validation results back to DM server from the caller side. Bug: 1183453 Change-Id: I24b4ec75c9e380d836d5c2b7d6d725c9483a5bfb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2737533 Commit-Queue: Xiaoling Bao <xiaolingbao@chromium.org> Reviewed-by: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#860871}
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.