Index: ash/accelerators/accelerator_controller.cc |
diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc |
index d3ea484383c8dc0f5d71a13e33c59663d03056ae..4dca2cef177c629b3e261339dafcf25272136e5c 100644 |
--- a/ash/accelerators/accelerator_controller.cc |
+++ b/ash/accelerators/accelerator_controller.cc |
@@ -334,9 +334,6 @@ bool AcceleratorController::PerformAction(int action, |
// Return true to prevent propagation of the key event because |
// this key combination is reserved for partial screenshot. |
return true; |
- case SEARCH_KEY: |
- ash::Shell::GetInstance()->delegate()->Search(); |
- return true; |
case TOGGLE_APP_LIST: |
ash::Shell::GetInstance()->ToggleAppList(); |
return true; |