diff options
author | rickcam@chromium.org <rickcam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-21 20:00:47 +0000 |
---|---|---|
committer | rickcam@chromium.org <rickcam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-21 20:00:47 +0000 |
commit | 93b59fc04c891c68048c3d5195881f288aa3cba5 (patch) | |
tree | 433094d50321dc69675c0dc74c5614a6bf0fa151 /chrome/app | |
parent | 3c733bde3f3a7935e3740c2f75126d2e21ee3801 (diff) | |
download | chromium_src-93b59fc04c891c68048c3d5195881f288aa3cba5.zip chromium_src-93b59fc04c891c68048c3d5195881f288aa3cba5.tar.gz chromium_src-93b59fc04c891c68048c3d5195881f288aa3cba5.tar.bz2 |
Added Background Application entries to Dock menu
BUG=67076
TEST=manual
Review URL: http://codereview.chromium.org/5908003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69860 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chrome_command_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h index dccebfa..926088d 100644 --- a/chrome/app/chrome_command_ids.h +++ b/chrome/app/chrome_command_ids.h @@ -5,6 +5,9 @@ // This file lists all the command IDs understood by e.g. the browser. // It is used by Windows RC files, Mac NIB files, and other platforms too. +// Values below IDC_MinimumLabelValue are reserved for dynamic menu items. +#define IDC_MinimumLabelValue 4000 + #define IDC_Messages 4000 #define IDC_MessagesAll 4007 #define IDC_MessagesNone 4008 |