refactor: rename InspectableWebContents{Impl =>} (#24543)
This commit is contained in:
parent
eb550c57d3
commit
e4180b3a3a
13 changed files with 1274 additions and 1370 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue