Index: chrome/browser/tab_contents/infobar.h |
=================================================================== |
--- chrome/browser/tab_contents/infobar.h (revision 103307) |
+++ chrome/browser/tab_contents/infobar.h (working copy) |
@@ -79,6 +79,7 @@ |
virtual void AnimationProgressed(const ui::Animation* animation) OVERRIDE; |
// Forwards a close request to our owner. |
+ // NOTE: Subclasses should not call this if we're already unowned. |
void RemoveSelf(); |
// Changes the target height of the main ("bar") portion of the infobar. |