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

Unified Diff: chrome/browser/app_mode/app_mode_utils.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/app/nibs/MainMenu.xib ('k') | chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/app_mode/app_mode_utils.cc
diff --git a/chrome/browser/app_mode/app_mode_utils.cc b/chrome/browser/app_mode/app_mode_utils.cc
index 787ac4af28ba4e0e3a6fe1bc2237ab289a33e30d..0e706d93581acf3479d8801ffcf55459a72c76d6 100644
--- a/chrome/browser/app_mode/app_mode_utils.cc
+++ b/chrome/browser/app_mode/app_mode_utils.cc
@@ -18,18 +18,18 @@ bool IsCommandAllowedInAppMode(int command_id) {
DCHECK(IsRunningInForcedAppMode());
const int kAllowed[] = {
- IDC_BACK,
- IDC_FORWARD,
- IDC_RELOAD,
- IDC_STOP,
- IDC_RELOAD_IGNORING_CACHE,
- IDC_RELOAD_CLEARING_CACHE,
- IDC_CUT,
- IDC_COPY,
- IDC_PASTE,
- IDC_ZOOM_PLUS,
- IDC_ZOOM_NORMAL,
- IDC_ZOOM_MINUS,
+ IDC_BACK,
+ IDC_FORWARD,
+ IDC_RELOAD,
+ IDC_STOP,
+ IDC_RELOAD_BYPASSING_CACHE,
+ IDC_RELOAD_CLEARING_CACHE,
+ IDC_CUT,
+ IDC_COPY,
+ IDC_PASTE,
+ IDC_ZOOM_PLUS,
+ IDC_ZOOM_NORMAL,
+ IDC_ZOOM_MINUS,
};
for (size_t i = 0; i < arraysize(kAllowed); ++i) {
« no previous file with comments | « chrome/app/nibs/MainMenu.xib ('k') | chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698