| Index: android_webview/browser/icon_helper.cc
|
| diff --git a/android_webview/browser/icon_helper.cc b/android_webview/browser/icon_helper.cc
|
| index c4c0c3d4046c679153c0c9717dac16876abcbac8..320fcd49a6611b7a3981827b355e178bc57ae55b 100644
|
| --- a/android_webview/browser/icon_helper.cc
|
| +++ b/android_webview/browser/icon_helper.cc
|
| @@ -74,6 +74,7 @@ void IconHelper::DidUpdateFaviconURL(
|
| web_contents()->DownloadImage(i->icon_url,
|
| true, // Is a favicon
|
| 0, // No maximum size
|
| + false, // Normal cache policy
|
| base::Bind(
|
| &IconHelper::DownloadFaviconCallback, base::Unretained(this)));
|
| break;
|
|
|