| Index: chrome/browser/ui/views/frame/global_menu_bar_x11.cc
|
| diff --git a/chrome/browser/ui/views/frame/global_menu_bar_x11.cc b/chrome/browser/ui/views/frame/global_menu_bar_x11.cc
|
| index 77db18956ffe51e04e6ba7cf0f51b8ab5be0dd01..5854596263d60592eed23ffc899a2014056f900c 100644
|
| --- a/chrome/browser/ui/views/frame/global_menu_bar_x11.cc
|
| +++ b/chrome/browser/ui/views/frame/global_menu_bar_x11.cc
|
| @@ -127,8 +127,7 @@ const int MENU_SEPARATOR =-1;
|
| const int MENU_END = -2;
|
| const int MENU_DISABLED_ID = -3;
|
|
|
| -// These tag values are used to refer to menu itesm.
|
| -const int TAG_NORMAL = 0;
|
| +// These tag values are used to refer to menu items.
|
| const int TAG_MOST_VISITED = 1;
|
| const int TAG_RECENTLY_CLOSED = 2;
|
| const int TAG_MOST_VISITED_HEADER = 3;
|
|
|