| Index: ash/accelerators/accelerator_table.h
|
| diff --git a/ash/accelerators/accelerator_table.h b/ash/accelerators/accelerator_table.h
|
| index 1d478a0f8a9b3e8b073c6626d09f7b0385b960d5..34f326371ceadf24af78568b8e34c0a23ae92e47 100644
|
| --- a/ash/accelerators/accelerator_table.h
|
| +++ b/ash/accelerators/accelerator_table.h
|
| @@ -197,6 +197,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_
|
|
|