diff options
Diffstat (limited to 'ash/accelerators/accelerator_controller.cc')
-rw-r--r-- | ash/accelerators/accelerator_controller.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc index 8ace02d..7c43344 100644 --- a/ash/accelerators/accelerator_controller.cc +++ b/ash/accelerators/accelerator_controller.cc @@ -475,7 +475,6 @@ bool AcceleratorController::PerformAction(int action, case RESTORE_TAB: return HandleRestoreTab(); case TAKE_SCREENSHOT: - case TAKE_SCREENSHOT_BY_PRTSCN_KEY: if (screenshot_delegate_.get() && screenshot_delegate_->CanTakeScreenshot()) { screenshot_delegate_->HandleTakeScreenshotForAllRootWindows(); |