commit | c663b02461fc295d69e3ac85ff9f2d36c95e5b1e | [log] [tgz] |
---|---|---|
author | Emily Stark <[email protected]> | Fri Apr 26 19:34:45 2019 |
committer | Commit Bot <[email protected]> | Fri Apr 26 19:34:45 2019 |
tree | 36b0139e258c163ad51a39b300a18ad4d168c81e | |
parent | eaa5d6ade203d347cf9155c0741f21248be68c21 [diff] |
Call WebContentsObserver::DidChangeVisibleSecurityState unconditionally Both WebContentsDelegate and WCO have DidChangeVisibleSecurityState methods. The WCO method was previously only being called if there was a delegate. This broke some unit testing scenarios in which we want to exercise a WCO method but there is no delegate, and there's no reason for the two to be tied together. Change-Id: Icff39b26317ff9cf7c373cfba02ed1e66a231e0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579102 Commit-Queue: Emily Stark <[email protected]> Reviewed-by: Alex Moshchuk <[email protected]> Cr-Commit-Position: refs/heads/master@{#654562}
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.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .