| Index: android_webview/browser/icon_helper.cc
|
| diff --git a/android_webview/browser/icon_helper.cc b/android_webview/browser/icon_helper.cc
|
| index 7ef757f39680d506b2a47fcbb91ccf7efe46f398..06ac0d6158a4081fa73ea4f5006f60ac653d6994 100644
|
| --- a/android_webview/browser/icon_helper.cc
|
| +++ b/android_webview/browser/icon_helper.cc
|
| @@ -99,7 +99,7 @@ void IconHelper::DidUpdateFaviconURL(
|
| void IconHelper::DidStartNavigationToPendingEntry(
|
| const GURL& url,
|
| content::NavigationController::ReloadType reload_type) {
|
| - if (reload_type == content::NavigationController::RELOAD_IGNORING_CACHE)
|
| + if (reload_type == content::NavigationController::RELOAD_BYPASSING_CACHE)
|
| ClearUnableToDownloadFavicons();
|
| }
|
|
|
|
|