Index: chrome/browser/gtk/standard_menus.h |
diff --git a/chrome/browser/gtk/standard_menus.h b/chrome/browser/gtk/standard_menus.h |
index a26643e8e36f26bf22f5b68c5a7db60a3dcaf109..11a286036601a062d1ffff0fe3f1022b02bfd32f 100644 |
--- a/chrome/browser/gtk/standard_menus.h |
+++ b/chrome/browser/gtk/standard_menus.h |
@@ -33,6 +33,12 @@ struct MenuCreateMaterial { |
// If non-NULL, a pointer to the struct we're supposed to use |
MenuCreateMaterial* submenu; |
+ |
+ // A gdk keysym that is used to activate this item from outside the menu. |
+ unsigned int accel_key; |
+ |
+ // GDK modifiers for the menu items (i.e., shift, ctrl, etc). |
+ unsigned int accel_modifiers; |
}; |
// Returns the menu construction data structure for the page menu. |