| Index: chrome/browser/tab_contents/tab_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.h (revision 23152)
|
| +++ chrome/browser/tab_contents/tab_contents.h (working copy)
|
| @@ -399,6 +399,10 @@
|
| // Removes the InfoBar for the specified |delegate|.
|
| void RemoveInfoBar(InfoBarDelegate* delegate);
|
|
|
| + // Replaces one infobar with another, without any animation in between.
|
| + void ReplaceInfoBar(InfoBarDelegate* old_delegate,
|
| + InfoBarDelegate* new_delegate);
|
| +
|
| // Enumeration and access functions.
|
| int infobar_delegate_count() const { return infobar_delegates_.size(); }
|
| InfoBarDelegate* GetInfoBarDelegateAt(int index) {
|
|
|
| Property changes on: chrome\browser\tab_contents\tab_contents.h
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /trunk/src/chrome/browser/tab_contents/tab_contents.h:r22711
|
|
|
|
|