Chromium Code Reviews| Index: content/shell/shell_devtools_delegate_android.cc |
| diff --git a/content/shell/shell_devtools_delegate_android.cc b/content/shell/shell_devtools_delegate_android.cc |
| index fd87fb3ab745821c70989ea4f74841187d35c229..38df1b4713def1bdb8509be7abd237fd44b50534 100644 |
| --- a/content/shell/shell_devtools_delegate_android.cc |
| +++ b/content/shell/shell_devtools_delegate_android.cc |
| @@ -62,4 +62,8 @@ std::string ShellDevToolsDelegate::GetFrontendResourcesBaseURL() { |
| return ""; |
| } |
| +std::string ShellDevToolsDelegate::GetPageThumbnailData(const GURL& url) { |
| + return ""; |
| +} |
| + |
| } // namespace content |