summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_command_ids.h
diff options
context:
space:
mode:
authorrkc@chromium.org <rkc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-22 23:41:23 +0000
committerrkc@chromium.org <rkc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-22 23:41:23 +0000
commit1c41a93fe537297a9b79ece11641815c5bb3d938 (patch)
treef1ce4068fbe1947b4286dc96db53181ab50bf2ec /chrome/app/chrome_command_ids.h
parent95776be964aad978fa4686beb90065c6b8654f6b (diff)
downloadchromium_src-1c41a93fe537297a9b79ece11641815c5bb3d938.zip
chromium_src-1c41a93fe537297a9b79ece11641815c5bb3d938.tar.gz
chromium_src-1c41a93fe537297a9b79ece11641815c5bb3d938.tar.bz2
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. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=65582 Review URL: http://codereview.chromium.org/4546002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67023 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_command_ids.h')
-rw-r--r--chrome/app/chrome_command_ids.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
index f35fef1..cc78218 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_REPORT_BUG 40008
+#define IDC_FEEDBACK 40008
#define IDC_SHOW_BOOKMARK_BAR 40009
#define IDC_SHOW_HISTORY 40010
#define IDC_SHOW_BOOKMARK_MANAGER 40011