Index: android_webview/browser/icon_helper.cc |
diff --git a/android_webview/browser/icon_helper.cc b/android_webview/browser/icon_helper.cc |
index 395733099e7aa980b23a4c4e1444a65b0cfcc3db..13091f280d8d0faeb623330c5ba8fb05d06ab888 100644 |
--- a/android_webview/browser/icon_helper.cc |
+++ b/android_webview/browser/icon_helper.cc |
@@ -59,7 +59,7 @@ void IconHelper::DidUpdateFaviconURL(int32 page_id, |
// TODO(acleung): only fetch the URL if favicon downloading is enabled. |
// (currently that is, the app has called WebIconDatabase.open() |
// but we should decouple that setting via a boolean setting) |
- web_contents()->DownloadFavicon(i->icon_url, |
+ web_contents()->DownloadImage(i->icon_url, |
true, |
0, |
base::Bind( |