Remove functions from AcceleratorController not needed after mus migration |
|
Issue description
AcceleratorController has a handful of functions that don't make sense once we've migrated to mus. Remove them. Specifically:
void Register(const ui::Accelerator& accelerator, |
ui::AcceleratorTarget* target); |
void Unregister(const ui::Accelerator& accelerator, |
ui::AcceleratorTarget* target); |
void UnregisterAll(ui::AcceleratorTarget* target);
|
|
►
Sign in to add a comment |
|
Comment 1 by sky@chromium.org
, Jul 25 2016