Index: ash/accelerators/accelerator_controller.cc |
diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc |
index d3ea484383c8dc0f5d71a13e33c59663d03056ae..8423746535d87de9c629867018e727d193d0867d 100644 |
--- a/ash/accelerators/accelerator_controller.cc |
+++ b/ash/accelerators/accelerator_controller.cc |
@@ -335,9 +335,6 @@ bool AcceleratorController::PerformAction(int action, |
// this key combination is reserved for partial screenshot. |
return true; |
case SEARCH_KEY: |
mazda
2012/06/08 03:43:57
How about removing SEARCH_KEY instead of TOGGLE_AP
xiyuan
2012/06/08 16:37:13
Done.
|
- ash::Shell::GetInstance()->delegate()->Search(); |
- return true; |
- case TOGGLE_APP_LIST: |
ash::Shell::GetInstance()->ToggleAppList(); |
return true; |
case TOGGLE_CAPS_LOCK: |