Update to latest libchromiumcontent

This commit is contained in:
Adam Roben 2013-03-21 15:09:00 -04:00
parent 909b3cd18f
commit 3cda49b894
6 changed files with 11 additions and 8 deletions

View file

@ -36,4 +36,8 @@ content::DevToolsHttpHandlerDelegate::TargetType DevToolsDelegate::GetTargetType
return kTargetTypeTab;
}
std::string DevToolsDelegate::GetViewDescription(content::RenderViewHost*) {
return std::string();
}
}