Chromium Code Reviews| Index: content/shell/shell_devtools_delegate.cc |
| diff --git a/content/shell/shell_devtools_delegate.cc b/content/shell/shell_devtools_delegate.cc |
| index 1c79ea18e50cecef2abe5225c6a60c4bc0552c13..2c20720babb883071ff19cb03896f2b41e19c225 100644 |
| --- a/content/shell/shell_devtools_delegate.cc |
| +++ b/content/shell/shell_devtools_delegate.cc |
| @@ -46,4 +46,9 @@ std::string ShellDevToolsDelegate::GetFrontendResourcesBaseURL() { |
| return ""; |
| } |
| + |
| +std::string ShellDevToolsDelegate::GetPageThumbnailData(const GURL& url) { |
| + return ""; |
| +} |
| + |
| } // namespace content |