• Rainhard Findling's avatar
    Safety check: move parent status to backend (part 1) · 24d8ced8
    Rainhard Findling authored
    * 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 1 of the change, which adds logic to handle the parent
      state in C++ and the communication from C++ to JS.
    
    Bug: 1015841
    Change-Id: I3716457964377ae3177884d5987281fd2c470a2a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144022Reviewed-by: default avatarEsmael Elmoslimany <aee@chromium.org>
    Commit-Queue: Rainhard Findling <rainhard@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#759692}
    24d8ced8
settings.gni 7.85 KB