Make ContentHash::has_verifier_contents private
Whether we have loaded or not valid verified_contents.json is an internal detail of ContentHash class, which doesn't need to be exposed to clients. The only external usage of this is passing it to ContentVerifier::TestObserver. But TestObserver and its implementations never used this flag since TestObserver introducing in https://codereview.chromium.org/1250473002. Therefore it is possible and makes sense to change it to overall success flag. Bug: 796395 Change-Id: Ibd48b998a4c42d68e30549a4078184179f5593e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810358Reviewed-by:Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Anatoliy Potapchuk <apotapchuk@chromium.org> Commit-Queue: Oleg Davydov <burunduk@chromium.org> Cr-Commit-Position: refs/heads/master@{#701967}
Showing
Please register or sign in to comment