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

Unified Diff: chrome/browser/ui/browser_command_controller_unittest.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/browser_command_controller.cc ('k') | chrome/browser/ui/browser_commands.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_command_controller_unittest.cc
diff --git a/chrome/browser/ui/browser_command_controller_unittest.cc b/chrome/browser/ui/browser_command_controller_unittest.cc
index 422a346cbaea8280648413d5e081459a58439527..23746a31c27874d307d1303545d1f24f21475c98 100644
--- a/chrome/browser/ui/browser_command_controller_unittest.cc
+++ b/chrome/browser/ui/browser_command_controller_unittest.cc
@@ -51,13 +51,13 @@ TEST_F(BrowserCommandControllerTest, IsReservedCommandOrKey) {
// When there are modifier keys pressed, don't reserve.
EXPECT_FALSE(browser()->command_controller()->IsReservedCommandOrKey(
- IDC_RELOAD_IGNORING_CACHE, content::NativeWebKeyboardEvent(ui::KeyEvent(
- ui::ET_KEY_PRESSED, ui::VKEY_F3,
- ui::DomCode::F3, ui::EF_SHIFT_DOWN))));
+ IDC_RELOAD_BYPASSING_CACHE, content::NativeWebKeyboardEvent(ui::KeyEvent(
+ ui::ET_KEY_PRESSED, ui::VKEY_F3,
+ ui::DomCode::F3, ui::EF_SHIFT_DOWN))));
EXPECT_FALSE(browser()->command_controller()->IsReservedCommandOrKey(
- IDC_RELOAD_IGNORING_CACHE, content::NativeWebKeyboardEvent(ui::KeyEvent(
- ui::ET_KEY_PRESSED, ui::VKEY_F3,
- ui::DomCode::F3, ui::EF_CONTROL_DOWN))));
+ IDC_RELOAD_BYPASSING_CACHE, content::NativeWebKeyboardEvent(ui::KeyEvent(
+ ui::ET_KEY_PRESSED, ui::VKEY_F3,
+ ui::DomCode::F3, ui::EF_CONTROL_DOWN))));
EXPECT_FALSE(browser()->command_controller()->IsReservedCommandOrKey(
IDC_FULLSCREEN, content::NativeWebKeyboardEvent(
ui::KeyEvent(ui::ET_KEY_PRESSED, ui::VKEY_F4,
« no previous file with comments | « chrome/browser/ui/browser_command_controller.cc ('k') | chrome/browser/ui/browser_commands.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698