Index: content/shell/shell_devtools_delegate.cc |
diff --git a/content/shell/shell_devtools_delegate.cc b/content/shell/shell_devtools_delegate.cc |
index c428535eab8461a07cfcde71534b5b15ceb9ea6a..8eb47223b92284066330272c087a0f97e3b0577c 100644 |
--- a/content/shell/shell_devtools_delegate.cc |
+++ b/content/shell/shell_devtools_delegate.cc |
@@ -78,4 +78,9 @@ ShellDevToolsDelegate::GetTargetType(RenderViewHost*) { |
return kTargetTypeTab; |
} |
+std::string ShellDevToolsDelegate::GetViewDescription( |
+ content::RenderViewHost*) { |
+ return ""; |
+} |
+ |
} // namespace content |