| Index: ash/accelerators/accelerator_controller.cc
|
| ===================================================================
|
| --- ash/accelerators/accelerator_controller.cc (revision 123221)
|
| +++ ash/accelerators/accelerator_controller.cc (working copy)
|
| @@ -276,7 +276,7 @@
|
|
|
| void AcceleratorController::Register(const ui::Accelerator& accelerator,
|
| ui::AcceleratorTarget* target) {
|
| - accelerator_manager_->Register(accelerator, target);
|
| + accelerator_manager_->Register(accelerator, false, target);
|
| }
|
|
|
| void AcceleratorController::Unregister(const ui::Accelerator& accelerator,
|
| @@ -403,7 +403,7 @@
|
| return HandlePrintWindowHierarchy();
|
| #endif
|
| default:
|
| - NOTREACHED() << "Unhandled action " << it->second;;
|
| + NOTREACHED() << "Unhandled action " << it->second;
|
| }
|
| return false;
|
| }
|
|
|