| Index: chrome/browser/android/favicon_helper.cc
|
| diff --git a/chrome/browser/android/favicon_helper.cc b/chrome/browser/android/favicon_helper.cc
|
| index 3694b362f3f88122de32d6d5c5873e8c54b91c88..17a46606003ccb08b53033271f9f9951063fb1e5 100644
|
| --- a/chrome/browser/android/favicon_helper.cc
|
| +++ b/chrome/browser/android/favicon_helper.cc
|
| @@ -90,7 +90,6 @@ jboolean FaviconHelper::GetLocalFaviconImageForURL(
|
| return false;
|
|
|
| FaviconService::FaviconForURLParams params(
|
| - profile,
|
| GURL(ConvertJavaStringToUTF16(env, j_page_url)),
|
| static_cast<int>(j_icon_types),
|
| static_cast<int>(j_desired_size_in_dip));
|
|
|