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 2f0bc2361a08443e4e693079e19133d384cdfbd4..b2e4d11cf40fcdf6d556a2e328dc0f7a4d8a48ce 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -273,7 +273,9 @@ class CONTENT_EXPORT WebContentsImpl |
virtual void DidChooseColorInColorChooser(int color_chooser_id, |
SkColor color) OVERRIDE; |
virtual void DidEndColorChooser(int color_chooser_id) OVERRIDE; |
- virtual int DownloadFavicon(const GURL& url, int image_size, |
+ virtual int DownloadFavicon(const GURL& url, |
+ bool is_favicon, |
+ int image_size, |
const FaviconDownloadCallback& callback) OVERRIDE; |
// Implementation of PageNavigator. |