Update to latest libchromiumcontent
This commit is contained in:
parent
909b3cd18f
commit
3cda49b894
6 changed files with 11 additions and 8 deletions
|
@ -36,4 +36,8 @@ content::DevToolsHttpHandlerDelegate::TargetType DevToolsDelegate::GetTargetType
|
|||
return kTargetTypeTab;
|
||||
}
|
||||
|
||||
std::string DevToolsDelegate::GetViewDescription(content::RenderViewHost*) {
|
||||
return std::string();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue