summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views
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/browser/views
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/browser/views')
-rw-r--r--chrome/browser/views/toolbar_view.h3
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_
-