| Index: ash/accelerators/accelerator_table.h
|
| diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h
|
| index ff5251c5fafe67c1ab1ab4ce058a0c68848f443e..658cad5457071c633c9df7ca71ae23a633a28111 100644
|
| --- a/ash/accelerators/accelerator_table.h
|
| +++ b/ash/accelerators/accelerator_table.h
|
| @@ -229,6 +229,10 @@ ASH_EXPORT extern const size_t kActionsAllowedInAppModeLength;
|
| ASH_EXPORT extern const AcceleratorAction kActionsNeedingWindow[];
|
| ASH_EXPORT extern const size_t kActionsNeedingWindowLength;
|
|
|
| +// Actions that can be performed while keeping the menu open.
|
| +ASH_EXPORT extern const AcceleratorAction kActionsKeepingMenuOpen[];
|
| +ASH_EXPORT extern const size_t kActionsKeepingMenuOpenLength;
|
| +
|
| } // namespace ash
|
|
|
| #endif // ASH_ACCELERATORS_ACCELERATOR_TABLE_H_
|
|
|