diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-09 23:02:17 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-09 23:02:17 +0000 |
commit | 4c1368436fcfadb3a192c39dcd23a5a01aec50b5 (patch) | |
tree | 9fca37da7df7b7ab0e80fd31e0e83459993ffc85 /chrome/app/chrome_command_ids.h | |
parent | e2724e1e0c69bf63d7bc6cd8772423c855d0c973 (diff) | |
download | chromium_src-4c1368436fcfadb3a192c39dcd23a5a01aec50b5.zip chromium_src-4c1368436fcfadb3a192c39dcd23a5a01aec50b5.tar.gz chromium_src-4c1368436fcfadb3a192c39dcd23a5a01aec50b5.tar.bz2 |
Revert 65582 - Remove Feedback button from the status bar and add it to the toolbar.
Side effect: Changed all instances of IDC_REPORT_BUG to IDC_FEEDBACK to correctly indicate the message
BUG=chromium-os:5361
TEST=Verified visually that the status bar icon is gone and the toolbar icon
is there; tested the toolbar icon to verify functionality.
Review URL: http://codereview.chromium.org/4546002
TBR=rkc@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65587 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_command_ids.h')
-rw-r--r-- | chrome/app/chrome_command_ids.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h index 099f946..5c3e66d 100644 --- a/chrome/app/chrome_command_ids.h +++ b/chrome/app/chrome_command_ids.h @@ -154,7 +154,7 @@ #define IDC_DEV_TOOLS 40003 #define IDC_DEV_TOOLS_CONSOLE 40004 #define IDC_TASK_MANAGER 40005 -#define IDC_FEEDBACK 40008 +#define IDC_REPORT_BUG 40008 #define IDC_SHOW_BOOKMARK_BAR 40009 #define IDC_SHOW_HISTORY 40010 #define IDC_SHOW_BOOKMARK_MANAGER 40011 |