| Index: components/favicon/content/content_favicon_driver.cc
|
| diff --git a/components/favicon/content/content_favicon_driver.cc b/components/favicon/content/content_favicon_driver.cc
|
| index 3ce69426458152656463e0fb78f3d30437dff2f0..413517ad0da1c3713446e0cd39bdad07c2a45c63 100644
|
| --- a/components/favicon/content/content_favicon_driver.cc
|
| +++ b/components/favicon/content/content_favicon_driver.cc
|
| @@ -171,7 +171,8 @@ void ContentFaviconDriver::DidStartNavigationToPendingEntry(
|
|
|
| bypass_cache_page_url_ = url;
|
| SetFaviconOutOfDateForPage(
|
| - url, reload_type == content::NavigationController::RELOAD_IGNORING_CACHE);
|
| + url,
|
| + reload_type == content::NavigationController::RELOAD_BYPASSING_CACHE);
|
| }
|
|
|
| void ContentFaviconDriver::DidNavigateMainFrame(
|
|
|