Chromium Code Reviews| Index: chrome/app/chrome_command_ids.h |
| diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h |
| index 6db8daf00919a3b82afc6bbcd94dc9d74861f0ae..505ce7cc9d27f8e8aa3c0f368139fc301ebf4319 100644 |
| --- a/chrome/app/chrome_command_ids.h |
| +++ b/chrome/app/chrome_command_ids.h |
| @@ -361,4 +361,8 @@ |
| // NOTE: The last valid command value is 57343 (0xDFFF) |
| // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx |
| +// Starting command if for Menus showing bookmarks (such as the wrench menu). |
| +// These values are > 0xDFFF as the ids are not exposed to the native system. |
|
Peter Kasting
2015/03/30 21:35:24
Nit: Maybe this second sentence: "While command ID
sky
2015/03/31 15:17:38
Done.
|
| +#define IDC_FIRST_BOOKMARK_MENU 0xDFFF + 1 |
|
Peter Kasting
2015/03/30 21:35:24
Nit: "0xE000" seems a bit less obtuse.
sky
2015/03/31 15:17:39
Done.
|
| + |
| #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ |