refactor: rename InspectableWebContents{Impl =>} (#24543)

This commit is contained in:
Jeremy Rose 2020-07-15 11:27:42 -07:00 committed by GitHub
parent eb550c57d3
commit e4180b3a3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 1274 additions and 1370 deletions

View file

@ -215,7 +215,7 @@ void CommonWebContentsDelegate::InitWithWebContents(
web_preferences && web_preferences->IsEnabled(options::kOffscreen);
// Create InspectableWebContents.
web_contents_.reset(InspectableWebContents::Create(
web_contents_.reset(new InspectableWebContents(
web_contents, browser_context->prefs(), is_guest));
web_contents_->SetDelegate(this);
}