Remove possibly incorrect CHECK in ProxyURLLoaderFactory::MaybeDestroySelf()

See also commit #81064faa.
This commit is contained in:
Yong Li 2020-01-08 15:09:57 +00:00 committed by Marshall Greenblatt
parent 95daea76fc
commit 8d0ae1f894
1 changed files with 0 additions and 1 deletions

View File

@ -1218,7 +1218,6 @@ void ProxyURLLoaderFactory::MaybeDestroySelf() {
if (target_factory_.is_bound() || !requests_.empty())
return;
CHECK(!destroyed_);
destroyed_ = true;
// In some cases we may be destroyed before SetDisconnectCallback is called.