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

Unified Diff: chrome/app/chrome_dll.rc

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/app/chrome_command_ids.h ('k') | chrome/app/chromeos_strings.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_dll.rc
diff --git a/chrome/app/chrome_dll.rc b/chrome/app/chrome_dll.rc
index 4dc8a1584e2f8531110af9ee58b285d326b82f16..fa079d0dd9af901e73fd0060a39c3cf8211edc1e 100644
--- a/chrome/app/chrome_dll.rc
+++ b/chrome/app/chrome_dll.rc
@@ -74,10 +74,10 @@ BEGIN
"O", IDC_OPEN_FILE, VIRTKEY, CONTROL
"P", IDC_PRINT, VIRTKEY, CONTROL
"R", IDC_RELOAD, VIRTKEY, CONTROL
- "R", IDC_RELOAD_IGNORING_CACHE, VIRTKEY, CONTROL, SHIFT
+ "R", IDC_RELOAD_BYPASSING_CACHE, VIRTKEY, CONTROL, SHIFT
VK_F5, IDC_RELOAD, VIRTKEY
- VK_F5, IDC_RELOAD_IGNORING_CACHE, VIRTKEY, CONTROL
- VK_F5, IDC_RELOAD_IGNORING_CACHE, VIRTKEY, SHIFT
+ VK_F5, IDC_RELOAD_BYPASSING_CACHE, VIRTKEY, CONTROL
+ VK_F5, IDC_RELOAD_BYPASSING_CACHE, VIRTKEY, SHIFT
VK_HOME, IDC_HOME, VIRTKEY, ALT
"T", IDC_RESTORE_TAB, VIRTKEY, CONTROL, SHIFT
"S", IDC_SAVE_PAGE, VIRTKEY, CONTROL
« no previous file with comments | « chrome/app/chrome_command_ids.h ('k') | chrome/app/chromeos_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698