| Index: chrome/browser/extensions/extension_infobar_delegate.h
|
| diff --git a/chrome/browser/extensions/extension_infobar_delegate.h b/chrome/browser/extensions/extension_infobar_delegate.h
|
| index 8a86992266149a7cf9c6bb5a050867967a958945..7a2d1cfa24f607b1dd4e9f25ecba91407d71b7b9 100644
|
| --- a/chrome/browser/extensions/extension_infobar_delegate.h
|
| +++ b/chrome/browser/extensions/extension_infobar_delegate.h
|
| @@ -59,6 +59,8 @@ class ExtensionInfoBarDelegate : public InfoBarDelegate,
|
| const NotificationSource& source,
|
| const NotificationDetails& details) OVERRIDE;
|
|
|
| + Browser* browser_;
|
| +
|
| // The extension host we are showing the InfoBar for. The delegate needs to
|
| // own this since the InfoBar gets deleted and recreated when you switch tabs
|
| // and come back (and we don't want the user's interaction with the InfoBar to
|
|
|