diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-28 01:07:28 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-28 01:07:28 +0000 |
commit | b40c47ba4825fd9ebaee89297f1e11f31c31dfb1 (patch) | |
tree | 6d4ff800aa637c7ed322ee0118b37b981e93e6fd /chrome/browser/views/toolbar_view.h | |
parent | 38c03641bae0522d08d01a7b035f496bc26d3f6e (diff) | |
download | chromium_src-b40c47ba4825fd9ebaee89297f1e11f31c31dfb1.zip chromium_src-b40c47ba4825fd9ebaee89297f1e11f31c31dfb1.tar.gz chromium_src-b40c47ba4825fd9ebaee89297f1e11f31c31dfb1.tar.bz2 |
Swap reload and home back to how they were in Chrome <= 5.
BUG=50107
TEST=Reload should be left of home
Review URL: http://codereview.chromium.org/3056023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53887 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/toolbar_view.h')
-rw-r--r-- | chrome/browser/views/toolbar_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/toolbar_view.h b/chrome/browser/views/toolbar_view.h index bc36a19..e572db3 100644 --- a/chrome/browser/views/toolbar_view.h +++ b/chrome/browser/views/toolbar_view.h @@ -160,8 +160,8 @@ class ToolbarView : public AccessibleToolbarView, // Controls views::ImageButton* back_; views::ImageButton* forward_; - views::ImageButton* home_; ReloadButton* reload_; + views::ImageButton* home_; LocationBarView* location_bar_; BrowserActionsContainer* browser_actions_; views::MenuButton* app_menu_; |