summaryrefslogtreecommitdiffstats
path: root/chrome/views/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/view.h')
-rw-r--r--chrome/views/view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/views/view.h b/chrome/views/view.h
index 0a6ad31..d8bf716 100644
--- a/chrome/views/view.h
+++ b/chrome/views/view.h
@@ -504,6 +504,9 @@ class View : public AcceleratorTarget {
// method several times.
virtual void AddAccelerator(const Accelerator& accelerator);
+ // Removes the specified accelerator for this view.
+ virtual void RemoveAccelerator(const Accelerator& accelerator);
+
// Removes all the keyboard accelerators for this view.
virtual void ResetAccelerators();