Enable delegate to change the dock side.
This commit is contained in:
parent
e3aaaf2643
commit
5768ff6981
2 changed files with 3 additions and 2 deletions
|
@ -94,7 +94,7 @@ void InspectableWebContentsImpl::ShowDevTools() {
|
|||
std::string());
|
||||
}
|
||||
|
||||
if (delegate_ && delegate_->DevToolsShow(dock_side_))
|
||||
if (delegate_ && delegate_->DevToolsShow(&dock_side_))
|
||||
return;
|
||||
|
||||
view_->SetDockSide(dock_side_);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue