diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-03 01:15:43 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-03 01:15:43 +0000 |
commit | 8e8bbde463441b8ebc514a85b4e604ec907f8b99 (patch) | |
tree | 3fa1c1bcd7bf5b53246ba25cc9348fd07e9f36d0 /chrome/browser/chromeos/compact_location_bar_host.h | |
parent | 933a46df63d4c544e3d589f553b698f031f52249 (diff) | |
download | chromium_src-8e8bbde463441b8ebc514a85b4e604ec907f8b99.zip chromium_src-8e8bbde463441b8ebc514a85b4e604ec907f8b99.tar.gz chromium_src-8e8bbde463441b8ebc514a85b4e604ec907f8b99.tar.bz2 |
Star/reload shuffle, Windows version.
BUG=27570
TEST=Star should be moved to right hand end of location bar, reload to left endcap.
Review URL: http://codereview.chromium.org/1561009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43562 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/compact_location_bar_host.h')
-rw-r--r-- | chrome/browser/chromeos/compact_location_bar_host.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/chromeos/compact_location_bar_host.h b/chrome/browser/chromeos/compact_location_bar_host.h index e6816fc..7ec6a25 100644 --- a/chrome/browser/chromeos/compact_location_bar_host.h +++ b/chrome/browser/chromeos/compact_location_bar_host.h @@ -16,7 +16,6 @@ class BrowserView; class TabContents; class Tab; -class ToolbarStarToggle; namespace chromeos { @@ -61,9 +60,6 @@ class CompactLocationBarHost : public DropdownBarHost, // Enable/disable the compact location bar. void SetEnabled(bool enabled); - // Returns the star button for compact location bar. - ToolbarStarToggle* GetStarButton(); - // Overridden from DropdownBarhost. virtual void Show(bool animate); virtual void Hide(bool animate); |