Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: chrome/app/chrome_command_ids.h

Issue 1005873012: Makes bookmark menu lazily create menus and removes limits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « no previous file | chrome/browser/ui/toolbar/wrench_menu_model.h » ('j') | chrome/browser/ui/toolbar/wrench_menu_model.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698