| Index: chrome/browser/tab_contents/infobar_delegate.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/infobar_delegate.h (revision 84698)
|
| +++ chrome/browser/tab_contents/infobar_delegate.h (working copy)
|
| @@ -16,6 +16,7 @@
|
| class InfoBar;
|
| class LinkInfoBarDelegate;
|
| class PluginInstallerInfoBarDelegate;
|
| +class TabContents;
|
| class ThemeInstalledInfoBarDelegate;
|
| class TranslateInfoBarDelegate;
|
|
|
| @@ -41,7 +42,7 @@
|
|
|
| // Called to create the InfoBar. Implementation of this method is
|
| // platform-specific.
|
| - virtual InfoBar* CreateInfoBar() = 0;
|
| + virtual InfoBar* CreateInfoBar(TabContents* owner) = 0;
|
|
|
| // Returns true if the supplied |delegate| is equal to this one. Equality is
|
| // left to the implementation to define. This function is called by the
|
|
|