Fix devtools not working

This commit is contained in:
Cheng Zhao 2016-03-09 14:55:46 +09:00
parent d3a39540b5
commit ead0bb0cfc
3 changed files with 13 additions and 5 deletions

View file

@ -109,7 +109,6 @@ DevToolsDelegate::~DevToolsDelegate() {
}
std::string DevToolsDelegate::GetDiscoveryPageHTML() {
LOG(WARNING) << IDR_CONTENT_SHELL_DEVTOOLS_DISCOVERY_PAGE;
return ResourceBundle::GetSharedInstance().GetRawDataResource(
IDR_CONTENT_SHELL_DEVTOOLS_DISCOVERY_PAGE).as_string();
}