| 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 df36f49e0e5eca631ea0575f65fb252c991fab40..0ba5f7046ab620c3ac9a217330c2f8fbc9dc0b17 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -835,11 +835,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,
|
| @@ -1228,10 +1223,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_;
|
|
|