Rename IsDevToolsOpened to IsDevToolsViewShowing.
This commit is contained in:
parent
7a5415a3b7
commit
b080e5c52d
10 changed files with 11 additions and 11 deletions
|
@ -96,8 +96,8 @@ void InspectableWebContentsImpl::ShowDevTools() {
|
|||
view_->ShowDevTools();
|
||||
}
|
||||
|
||||
bool InspectableWebContentsImpl::IsDevToolsOpened() {
|
||||
return devtools_web_contents_ && view_->IsDevToolsOpened();
|
||||
bool InspectableWebContentsImpl::IsDevToolsViewShowing() {
|
||||
return devtools_web_contents_ && view_->IsDevToolsViewShowing();
|
||||
}
|
||||
|
||||
void InspectableWebContentsImpl::UpdateFrontendDockSide() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue