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/browser/ui/webui/chromeos/keyboard_overlay_ui.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: chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
diff --git a/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc b/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
index 7da385d3a3a60b234ef8e23578e918e0cacfcee1..c7658e532ceccf8364df120f0aa866cc0965b8d9 100644
--- a/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
+++ b/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
@@ -221,8 +221,8 @@ struct I18nContentToMessage {
{ "keyboardOverlayPrint", IDS_KEYBOARD_OVERLAY_PRINT },
{ "keyboardOverlayReloadCurrentPage",
IDS_KEYBOARD_OVERLAY_RELOAD_CURRENT_PAGE },
- { "keyboardOverlayReloadIgnoringCache",
- IDS_KEYBOARD_OVERLAY_RELOAD_IGNORING_CACHE },
+ { "keyboardOverlayReloadBypassingCache",
+ IDS_KEYBOARD_OVERLAY_RELOAD_BYPASSING_CACHE },
{ "keyboardOverlayReopenLastClosedTab",
IDS_KEYBOARD_OVERLAY_REOPEN_LAST_CLOSED_TAB },
{ "keyboardOverlayReportIssue", IDS_KEYBOARD_OVERLAY_REPORT_ISSUE },
« no previous file with comments | « chrome/browser/ui/views/toolbar/reload_button.cc ('k') | components/favicon/content/content_favicon_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698