Index: ash/accelerators/accelerator_table.h |
diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h |
index 1fcba5ae5460343873a93551dff6b19e97387a17..cc6bc49d7591763ab6e86abd145cc7b5fc4f787d 100644 |
--- a/ash/accelerators/accelerator_table.h |
+++ b/ash/accelerators/accelerator_table.h |
@@ -247,6 +247,10 @@ ASH_EXPORT extern const size_t kActionsNeedingWindowLength; |
ASH_EXPORT extern const AcceleratorAction kActionsKeepingMenuOpen[]; |
ASH_EXPORT extern const size_t kActionsKeepingMenuOpenLength; |
+// Actions that can be performed in pinned mode. |
+ASH_EXPORT extern const AcceleratorAction kActionsAllowedInPinnedMode[]; |
+ASH_EXPORT extern const size_t kActionsAllowedInPinnedModeLength; |
+ |
} // namespace ash |
#endif // ASH_ACCELERATORS_ACCELERATOR_TABLE_H_ |