Chromium Code Reviews| Index: chrome/browser/gtk/browser_window_gtk.cc |
| =================================================================== |
| --- chrome/browser/gtk/browser_window_gtk.cc (revision 22106) |
| +++ chrome/browser/gtk/browser_window_gtk.cc (working copy) |
| @@ -150,6 +150,7 @@ |
| return gfx::Rect(x, y, width, height); |
| } |
| +// Keep this in sync with various context menus which display the accelerators. |
| const struct AcceleratorMapping { |
| guint keyval; |
| int command_id; |