diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-24 21:28:50 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-24 21:28:50 +0000 |
commit | 388df8dc8379a4c9df3f127a95e9c36e408002a6 (patch) | |
tree | 038f8cff28f45207ec4763104403de0e724db9fc /chrome/browser/views/infobars/infobars.h | |
parent | 6801423490ff5b2d62e19b0e7de5c07cb347be3a (diff) | |
download | chromium_src-388df8dc8379a4c9df3f127a95e9c36e408002a6.zip chromium_src-388df8dc8379a4c9df3f127a95e9c36e408002a6.tar.gz chromium_src-388df8dc8379a4c9df3f127a95e9c36e408002a6.tar.bz2 |
rollback
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5933 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/infobars/infobars.h')
-rw-r--r-- | chrome/browser/views/infobars/infobars.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/browser/views/infobars/infobars.h b/chrome/browser/views/infobars/infobars.h index 7b94735..1e02f96 100644 --- a/chrome/browser/views/infobars/infobars.h +++ b/chrome/browser/views/infobars/infobars.h @@ -13,7 +13,6 @@ class InfoBarContainer; class SlideAnimation; namespace views { class Button; -class ExternalFocusTracker; class ImageView; class Label; } @@ -53,11 +52,6 @@ class InfoBar : public views::View, virtual void Layout(); protected: - // Overridden from views::View: - virtual void ViewHierarchyChanged(bool is_add, - views::View* parent, - views::View* child); - // Returns the available width of the View for use by child view layout, // excluding the close button. virtual int GetAvailableWidth() const; @@ -82,10 +76,6 @@ class InfoBar : public views::View, // The animation that runs when the InfoBar is opened or closed. scoped_ptr<SlideAnimation> animation_; - // Tracks and stores the last focused view which is not the InfoBar or any of - // its children. Used to restore focus once the InfoBar is closed. - scoped_ptr<views::ExternalFocusTracker> focus_tracker_; - DISALLOW_COPY_AND_ASSIGN(InfoBar); }; |