Index: ash/common/accelerators/accelerator_table.h |
diff --git a/ash/common/accelerators/accelerator_table.h b/ash/common/accelerators/accelerator_table.h |
index e6a6beebf533166f900aaac45d9ced7cac692c87..e3290087e1c2e833be6bb2d95d094b0b48fec774 100644 |
--- a/ash/common/accelerators/accelerator_table.h |
+++ b/ash/common/accelerators/accelerator_table.h |
@@ -213,6 +213,11 @@ ASH_EXPORT extern const size_t kDeprecatedAcceleratorsDataLength; |
ASH_EXPORT extern const AcceleratorData kDebugAcceleratorData[]; |
ASH_EXPORT extern const size_t kDebugAcceleratorDataLength; |
+// Developer accelerators that are enabled only with the command-line switch |
+// --ash-developer-shortcuts. They are always run similar to reserved actions. |
+ASH_EXPORT extern const AcceleratorData kDeveloperAcceleratorData[]; |
+ASH_EXPORT extern const size_t kDeveloperAcceleratorDataLength; |
+ |
// Actions that should be handled very early in Ash unless the current target |
// window is full-screen. |
ASH_EXPORT extern const AcceleratorAction kPreferredActions[]; |