Remove possibly incorrect CHECK in ProxyURLLoaderFactory::MaybeDestroySelf()
See also commit #81064faa.
This commit is contained in:
parent
95daea76fc
commit
8d0ae1f894
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue