Index: chrome/browser/extensions/extension_infobar_delegate.h |
=================================================================== |
--- chrome/browser/extensions/extension_infobar_delegate.h (revision 86331) |
+++ chrome/browser/extensions/extension_infobar_delegate.h (working copy) |
@@ -11,7 +11,7 @@ |
class Browser; |
class Extension; |
class ExtensionHost; |
-class TabContents; |
+class TabContentsWrapper; |
// The InfobarDelegate for creating and managing state for the ExtensionInfobar |
// plus monitor when the extension goes away. |
@@ -43,7 +43,7 @@ |
virtual ~ExtensionInfoBarDelegate(); |
// InfoBarDelegate: |
- virtual InfoBar* CreateInfoBar() OVERRIDE; |
+ virtual InfoBar* CreateInfoBar(TabContentsWrapper* owner) OVERRIDE; |
virtual bool EqualsDelegate(InfoBarDelegate* delegate) const OVERRIDE; |
virtual void InfoBarDismissed() OVERRIDE; |
virtual Type GetInfoBarType() const OVERRIDE; |