summaryrefslogtreecommitdiffstats
path: root/chrome/browser/wrench_menu_model.cc
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-09 23:02:17 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-09 23:02:17 +0000
commit4c1368436fcfadb3a192c39dcd23a5a01aec50b5 (patch)
tree9fca37da7df7b7ab0e80fd31e0e83459993ffc85 /chrome/browser/wrench_menu_model.cc
parente2724e1e0c69bf63d7bc6cd8772423c855d0c973 (diff)
downloadchromium_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/browser/wrench_menu_model.cc')
-rw-r--r--chrome/browser/wrench_menu_model.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/wrench_menu_model.cc b/chrome/browser/wrench_menu_model.cc
index 4c7db4e..cb7bace 100644
--- a/chrome/browser/wrench_menu_model.cc
+++ b/chrome/browser/wrench_menu_model.cc
@@ -170,7 +170,7 @@ void ToolsMenuModel::Build(Browser* browser) {
AddSeparator();
#if defined(OS_CHROMEOS)
- AddItemWithStringId(IDC_FEEDBACK, IDS_FEEDBACK);
+ AddItemWithStringId(IDC_REPORT_BUG, IDS_REPORT_BUG);
AddSeparator();
#endif