diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-24 16:39:58 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-24 16:39:58 +0000 |
commit | 52856c37b4d928a593a7fbdbb8171c5197795488 (patch) | |
tree | ea8ff91a6cd97a4c91c77f8602f6bdbb6144a2ba /chrome/browser/views/infobars/infobars.h | |
parent | 1e6d82afa2241e27d0134a2fec2f9d230979bb01 (diff) | |
download | chromium_src-52856c37b4d928a593a7fbdbb8171c5197795488.zip chromium_src-52856c37b4d928a593a7fbdbb8171c5197795488.tar.gz chromium_src-52856c37b4d928a593a7fbdbb8171c5197795488.tar.bz2 |
Fix infobar close button positioning. No-one appears to be using the close button method I removed, and it was wrong, anyway.
BUG=11238
TEST=Make sure that the plugin crashed infobar and save password infobar's close buttons are equivalently positioned.
Review URL: http://codereview.chromium.org/146066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19130 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/infobars/infobars.h')
-rw-r--r-- | chrome/browser/views/infobars/infobars.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/views/infobars/infobars.h b/chrome/browser/views/infobars/infobars.h index 4b468a8..b43d61d 100644 --- a/chrome/browser/views/infobars/infobars.h +++ b/chrome/browser/views/infobars/infobars.h @@ -74,10 +74,6 @@ class InfoBar : public views::View, // (Will lead to this InfoBar being closed). void RemoveInfoBar() const; - // Returns the spacing required between the close button and any adjacent - // control. - int CloseButtonSpacing() const; - // Overridden from views::ButtonListener: virtual void ButtonPressed(views::Button* sender); |