Revert "close devtools web contents when available to trigger cleanup"

This commit is contained in:
Kevin Sawicki 2017-03-17 09:35:01 -07:00 committed by GitHub
parent e0485f5ea1
commit 8877d78e79

View file

@ -235,8 +235,6 @@ InspectableWebContentsImpl::InspectableWebContentsImpl(
}
InspectableWebContentsImpl::~InspectableWebContentsImpl() {
if (devtools_web_contents_)
devtools_web_contents_->Close();
Observe(nullptr);
}