Safety check: move parent status to backend (part 2)
* This is done as preparation for a subsequent refactoring of the safety check WebUi code. It moves the source of truth for the safety check parent status from the JS side to the C++ side. This removes some of the interdependencies of parent to children (and vice versa), and allows for a subsequent splitting of parent and children into individual parts on the WebUi side. * This CL is part 2 of the change and updates the WebUi to use the parent state received from the backend, instead of holding and computing its own. Bug: 1015841 Change-Id: I3a6f1c1bb195c6c050e14b31564316d4a9e2323d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2150429 Commit-Queue: Rainhard Findling <rainhard@chromium.org> Reviewed-by:Esmael Elmoslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#759973}
Showing
Please register or sign in to comment