diff options
Diffstat (limited to 'chrome/views/focus_manager.h')
-rw-r--r-- | chrome/views/focus_manager.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/views/focus_manager.h b/chrome/views/focus_manager.h index 767edf7..835b745 100644 --- a/chrome/views/focus_manager.h +++ b/chrome/views/focus_manager.h @@ -239,6 +239,10 @@ class FocusManager : public NotificationObserver { AcceleratorTarget* RegisterAccelerator(const Accelerator& accelerator, AcceleratorTarget* target); + // Unregister the specified keyboard accelerator for the specified target. + void UnregisterAccelerator(const Accelerator& accelerator, + AcceleratorTarget* target); + // Unregister all keyboard accelerator for the specified target. void UnregisterAccelerators(AcceleratorTarget* target); |