| Index: chrome/browser/views/reload_button.cc
|
| diff --git a/chrome/browser/views/reload_button.cc b/chrome/browser/views/reload_button.cc
|
| index 5ebd9bd296ae2cf18b1de2cc215933f4e2af0038..9bdf42e19fff42fdee7c1da43e4d8329eeb19ac2 100644
|
| --- a/chrome/browser/views/reload_button.cc
|
| +++ b/chrome/browser/views/reload_button.cc
|
| @@ -59,8 +59,7 @@ void ReloadButton::ButtonPressed(views::Button* button,
|
| int flags = mouse_event_flags();
|
| if (event.IsShiftDown() || event.IsControlDown()) {
|
| command = IDC_RELOAD_IGNORING_CACHE;
|
| - // Mask off shift/ctrl so they aren't interpreted as affecting the
|
| - // disposition below.
|
| + // Mask off Shift and Control so they don't affect the disposition below.
|
| flags &= ~(views::Event::EF_SHIFT_DOWN | views::Event::EF_CONTROL_DOWN);
|
| } else {
|
| command = IDC_RELOAD;
|
|
|