New issue
Advanced search Search tips

Issue 630311 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Jul 2016
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Remove functions from AcceleratorController not needed after mus migration

Project Member Reported by sky@chromium.org, Jul 21 2016

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);            
 

Comment 1 by sky@chromium.org, Jul 25 2016

Status: WontFix (was: Untriaged)
I'm going to keep a portion of these. Closing out.

Sign in to add a comment