| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 39cf2aef93cbae2eed908816ae287efb343f1916..233474972d2df7e0758497670f00aaceb50830fb 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -583,6 +583,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| const base::FilePath& plugin_path);
|
| void OnBrowserPluginMessage(const IPC::Message& message);
|
| void OnDidDownloadImage(int id,
|
| + int http_status_code,
|
| const GURL& image_url,
|
| int requested_size,
|
| const std::vector<SkBitmap>& bitmaps);
|
|
|