diff options
author | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-13 20:49:49 +0000 |
---|---|---|
committer | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-13 20:49:49 +0000 |
commit | e7e637e8bd396270ddfc0c218818b62ef5277cec (patch) | |
tree | 90c167762fd39d9bc32469ed9589b5abe03f42c7 /chrome/app/chrome_command_ids.h | |
parent | c439dc1f780f967817c917ed53cb1c39635092c0 (diff) | |
download | chromium_src-e7e637e8bd396270ddfc0c218818b62ef5277cec.zip chromium_src-e7e637e8bd396270ddfc0c218818b62ef5277cec.tar.gz chromium_src-e7e637e8bd396270ddfc0c218818b62ef5277cec.tar.bz2 |
Add "Keep chrome running in background" preference.
BUG=76828
TEST=Install background app, disable "Keep chrome running in background", see status tray icon disappear.
Review URL: http://codereview.chromium.org/6954001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85318 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_command_ids.h')
-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 a9cabbf..b149d62 100644 --- a/chrome/app/chrome_command_ids.h +++ b/chrome/app/chrome_command_ids.h @@ -272,3 +272,6 @@ #define IDC_BOOKMARK_BAR_NEW_FOLDER 51008 #define IDC_BOOKMARK_MANAGER 51009 #define IDC_BOOKMARK_BAR_ALWAYS_SHOW 51010 + +// Context menu items in the status tray +#define IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND 51100 |