| 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 005b59137c8b24e68ce6b4ef353f1d8f82679304..41b84d6ee59d05a861b6a0bf142e058b0fdab4fe 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -834,11 +834,6 @@ class CONTENT_EXPORT WebContentsImpl
|
| void OnBrowserPluginMessage(RenderFrameHost* render_frame_host,
|
| const IPC::Message& message);
|
| #endif // defined(ENABLE_PLUGINS)
|
| - void OnDidDownloadImage(int id,
|
| - int http_status_code,
|
| - const GURL& image_url,
|
| - const std::vector<SkBitmap>& bitmaps,
|
| - const std::vector<gfx::Size>& original_bitmap_sizes);
|
| void OnUpdateFaviconURL(const std::vector<FaviconURL>& candidates);
|
| void OnFirstVisuallyNonEmptyPaint();
|
| void OnMediaPlayingNotification(int64 player_cookie,
|
| @@ -1222,10 +1217,6 @@ class CONTENT_EXPORT WebContentsImpl
|
| // completed making layout changes to effect an exit from fullscreen mode.
|
| bool fullscreen_widget_had_focus_at_shutdown_;
|
|
|
| - // Maps the ids of pending image downloads to their callbacks
|
| - typedef std::map<int, ImageDownloadCallback> ImageDownloadMap;
|
| - ImageDownloadMap image_download_map_;
|
| -
|
| // Whether this WebContents is responsible for displaying a subframe in a
|
| // different process from its parent page.
|
| bool is_subframe_;
|
|
|