Index: ash/accelerators/accelerator_table.h |
diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h |
index 2b6d2116d2e5b59385ab5ada89d3772e5006e401..104bb24d6f1d7c340b81cb4c7454cd57281ac681 100644 |
--- a/ash/accelerators/accelerator_table.h |
+++ b/ash/accelerators/accelerator_table.h |
@@ -130,6 +130,12 @@ ASH_EXPORT extern const AcceleratorAction kActionsAllowedAtLockScreen[]; |
// The number of elements in kActionsAllowedAtLockScreen. |
ASH_EXPORT extern const size_t kActionsAllowedAtLockScreenLength; |
+// Actions allowed while a modal window is up. |
+ASH_EXPORT extern const AcceleratorAction kActionsAllowedAtModalWindow[]; |
+ |
+// The number of elements in kActionsAllowedAtModalWindow. |
+ASH_EXPORT extern const size_t kActionsAllowedAtModalWindowLength; |
+ |
} // namespace ash |
#endif // ASH_ACCELERATORS_ACCELERATOR_TABLE_H_ |