Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(758)

Unified Diff: components/favicon/content/content_favicon_driver.cc

Issue 1846653004: Rename IGNORING_CACHE to BYPASSING_CACHE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(
« no previous file with comments | « chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc ('k') | content/browser/frame_host/navigation_controller_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698