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

Unified Diff: chrome/browser/ui/panels/panel.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/cocoa/toolbar/reload_button_cocoa.mm ('k') | chrome/browser/ui/panels/panel_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/panel.cc
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
index 04f818256b6244426bc21566db29ccb2ebb15bd0..c75c320827aeae68af04f0333ddff06936cdb989 100644
--- a/chrome/browser/ui/panels/panel.cc
+++ b/chrome/browser/ui/panels/panel.cc
@@ -379,8 +379,8 @@ void Panel::ExecuteCommandWithDisposition(int id,
case IDC_RELOAD:
panel_host_->Reload();
break;
- case IDC_RELOAD_IGNORING_CACHE:
- panel_host_->ReloadIgnoringCache();
+ case IDC_RELOAD_BYPASSING_CACHE:
+ panel_host_->ReloadBypassingCache();
break;
case IDC_STOP:
panel_host_->StopLoading();
@@ -847,7 +847,7 @@ void Panel::InitCommandState() {
// Navigation commands
command_updater_.UpdateCommandEnabled(IDC_RELOAD, true);
- command_updater_.UpdateCommandEnabled(IDC_RELOAD_IGNORING_CACHE, true);
+ command_updater_.UpdateCommandEnabled(IDC_RELOAD_BYPASSING_CACHE, true);
// Window management commands
command_updater_.UpdateCommandEnabled(IDC_CLOSE_WINDOW, true);
« no previous file with comments | « chrome/browser/ui/cocoa/toolbar/reload_button_cocoa.mm ('k') | chrome/browser/ui/panels/panel_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698