| Index: ash/accelerators/accelerator_controller.cc
|
| diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc
|
| index 6dbdbfa681009b92eb23ba3d2cc271b17dfb4c1d..cd522b7ef8da79cb2b23e3db1fcb0962abd22463 100644
|
| --- a/ash/accelerators/accelerator_controller.cc
|
| +++ b/ash/accelerators/accelerator_controller.cc
|
| @@ -639,6 +639,7 @@ void AcceleratorController::PerformAction(AcceleratorAction action,
|
| if (restriction != RESTRICTION_NONE)
|
| return;
|
|
|
| + LOG(ERROR) << action << "ACCELERATOR";
|
| // If your accelerator invokes more than one line of code, please either
|
| // implement it in your module's controller code or pull it into a HandleFoo()
|
| // function above.
|
|
|