| 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 310bca3ebc95cc11b1f97196a74312d180dfc8b9..2bbcbfcde81bb5ed27d0c1fe24d2058e97fe28fe 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -570,7 +570,6 @@ class CONTENT_EXPORT WebContentsImpl
|
| const BrowserPluginHostMsg_CreateGuest_Params& params);
|
| void OnDidDownloadFavicon(int id,
|
| const GURL& image_url,
|
| - bool errored,
|
| int requested_size,
|
| const std::vector<SkBitmap>& bitmaps);
|
| void OnUpdateFaviconURL(int32 page_id,
|
|
|