| Index: chrome/browser/ui/ash/ash_util.h
|
| diff --git a/chrome/browser/ui/ash/ash_util.h b/chrome/browser/ui/ash/ash_util.h
|
| index 59d5283f145b0518061a7fc926284712417296bd..6f3748f4bc73e75a2378734280cd664b9ee7055c 100644
|
| --- a/chrome/browser/ui/ash/ash_util.h
|
| +++ b/chrome/browser/ui/ash/ash_util.h
|
| @@ -16,6 +16,7 @@ class Service;
|
|
|
| namespace ui {
|
| class Accelerator;
|
| +class KeyEvent;
|
| } // namespace ui
|
|
|
| namespace ash_util {
|
| @@ -35,6 +36,9 @@ bool IsRunningInMash();
|
| // be consumed by web contents if needed.
|
| bool IsAcceleratorDeprecated(const ui::Accelerator& accelerator);
|
|
|
| +// Returns true if ash has an accelerator for |key_event| that is enabled.
|
| +bool WillAshProcessAcceleratorForEvent(const ui::KeyEvent& key_event);
|
| +
|
| } // namespace ash_util
|
|
|
| #endif // CHROME_BROWSER_UI_ASH_ASH_UTIL_H_
|
|
|