Index: views/controls/menu/menu_config.h |
diff --git a/views/controls/menu/menu_config.h b/views/controls/menu/menu_config.h |
index 3c566e83411d09685d1b72eace91f6e7843182a3..001fdfe0ec5001f4058d5c133f766a2457d51990 100644 |
--- a/views/controls/menu/menu_config.h |
+++ b/views/controls/menu/menu_config.h |
@@ -88,6 +88,9 @@ struct VIEWS_EXPORT MenuConfig { |
// accelerator. |
int label_to_accelerator_padding; |
+ // Whether the keyboard accelerators are visible. |
+ bool show_accelerators; |
+ |
private: |
// Creates and configures a new MenuConfig as appropriate for the current |
// platform. |