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

Unified Diff: chrome/browser/ui/panels/panel_host.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
« no previous file with comments | « chrome/browser/ui/panels/panel_host.h ('k') | chrome/browser/ui/views/accelerator_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/panel_host.cc
diff --git a/chrome/browser/ui/panels/panel_host.cc b/chrome/browser/ui/panels/panel_host.cc
index 7f2013ba55e83b1170cd25210332441ecb02aae4..65344c8f7bb9b0990d0d8456f4be9ad6c5474f27 100644
--- a/chrome/browser/ui/panels/panel_host.cc
+++ b/chrome/browser/ui/panels/panel_host.cc
@@ -236,9 +236,9 @@ void PanelHost::Reload() {
web_contents_->GetController().Reload(true);
}
-void PanelHost::ReloadIgnoringCache() {
- content::RecordAction(UserMetricsAction("ReloadIgnoringCache"));
- web_contents_->GetController().ReloadIgnoringCache(true);
+void PanelHost::ReloadBypassingCache() {
+ content::RecordAction(UserMetricsAction("ReloadBypassingCache"));
+ web_contents_->GetController().ReloadBypassingCache(true);
}
void PanelHost::StopLoading() {
« no previous file with comments | « chrome/browser/ui/panels/panel_host.h ('k') | chrome/browser/ui/views/accelerator_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698