refactor: rename managed_web_contents to inspectable_web_contents (#26525)
This commit is contained in:
parent
29211a51df
commit
b8372fdc29
7 changed files with 87 additions and 83 deletions
|
@ -87,7 +87,7 @@ BrowserView::BrowserView(gin::Arguments* args,
|
|||
Observe(web_contents->web_contents());
|
||||
|
||||
view_.reset(
|
||||
NativeBrowserView::Create(api_web_contents_->managed_web_contents()));
|
||||
NativeBrowserView::Create(api_web_contents_->inspectable_web_contents()));
|
||||
}
|
||||
|
||||
BrowserView::~BrowserView() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue