Chromium Code Reviews| Index: chrome/browser/tab_contents/tab_contents.h |
| diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h |
| index 053643658a3396447e505ff31112bc5c987afd3f..0d1ea54e55f4b1db4f6072d8631d6d9201b10596 100644 |
| --- a/chrome/browser/tab_contents/tab_contents.h |
| +++ b/chrome/browser/tab_contents/tab_contents.h |
| @@ -401,6 +401,9 @@ class TabContents : public PageNavigator, |
| // Removes the InfoBar for the specified |delegate|. |
| void RemoveInfoBar(InfoBarDelegate* delegate); |
| + // Replaces one infobar with another, without any aniation in between. |
|
Glen Murphy
2009/08/06 15:54:49
spelling: animation
|
| + void ReplaceInfoBar(InfoBarDelegate* old_delegate, InfoBarDelegate* new_delegate); |
|
Glen Murphy
2009/08/06 15:54:49
80col
|
| + |
| // Enumeration and access functions. |
| int infobar_delegate_count() const { return infobar_delegates_.size(); } |
| InfoBarDelegate* GetInfoBarDelegateAt(int index) { |