diff options
author | rkc@chromium.org <rkc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-09 22:24:33 +0000 |
---|---|---|
committer | rkc@chromium.org <rkc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-09 22:24:33 +0000 |
commit | 67f540544a7d469a9f9ada49e6365ac43650275f (patch) | |
tree | 6ebb9ac845b2de3abccea4ca6cfe1618b653daae /chrome/browser/views | |
parent | c7427ed24e22092001138db9e887bad18593ac5b (diff) | |
download | chromium_src-67f540544a7d469a9f9ada49e6365ac43650275f.zip chromium_src-67f540544a7d469a9f9ada49e6365ac43650275f.tar.gz chromium_src-67f540544a7d469a9f9ada49e6365ac43650275f.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.
Review URL: http://codereview.chromium.org/4546002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65582 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views')
-rw-r--r-- | chrome/browser/views/toolbar_view.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/views/toolbar_view.h b/chrome/browser/views/toolbar_view.h index da47f0f..647f721 100644 --- a/chrome/browser/views/toolbar_view.h +++ b/chrome/browser/views/toolbar_view.h @@ -6,8 +6,7 @@ #define CHROME_BROWSER_VIEWS_TOOLBAR_VIEW_H_ #pragma once -#include "chrome/browser/ui/views/toolbar_view.h" + #include "chrome/browser/ui/views/toolbar_view.h" // TODO(beng): remove this file once all includes have been updated. #endif // CHROME_BROWSER_VIEWS_TOOLBAR_VIEW_H_ - |