Chromium Code Reviews| Index: ash/accelerators/accelerator_controller.cc |
| diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc |
| index 84f565c63891943c066bc245dd8377122142994c..c560e8db01e2986d49d216a493806c1e0cff92c8 100644 |
| --- a/ash/accelerators/accelerator_controller.cc |
| +++ b/ash/accelerators/accelerator_controller.cc |
| @@ -1210,7 +1210,7 @@ void AcceleratorController::PerformAction(AcceleratorAction action, |
| case POWER_PRESSED: // fallthrough |
| case POWER_RELEASED: |
| if (!base::SysInfo::IsRunningOnChromeOS()) { |
| - // There is no powerd in linux desktop, so call the |
| + // There is no power in linux desktop, so call the |
|
pkotwicz
2014/12/23 18:40:25
I think that the comment should stay as is. powerd
Daniel Erat
2014/12/23 18:50:47
yes. feel free to reword this as something like "p
merkulova
2014/12/24 13:08:34
Thanks
|
| // PowerButtonController here. |
| Shell::GetInstance()->power_button_controller()-> |
| OnPowerButtonEvent(action == POWER_PRESSED, base::TimeTicks()); |