| Index: chrome/browser/ui/views/infobars/extension_infobar.h
|
| diff --git a/chrome/browser/ui/views/infobars/extension_infobar.h b/chrome/browser/ui/views/infobars/extension_infobar.h
|
| index c2aaa698d2b9ddd07f6579a318da81e95c69d80a..5a2983c87fc303d0aa312503bb2dbffd3e31994b 100644
|
| --- a/chrome/browser/ui/views/infobars/extension_infobar.h
|
| +++ b/chrome/browser/ui/views/infobars/extension_infobar.h
|
| @@ -11,6 +11,7 @@
|
|
|
| class Browser;
|
| class ExtensionInfoBarDelegate;
|
| +class ExtensionViewViews;
|
|
|
| namespace views {
|
| class ImageView;
|
| @@ -39,6 +40,7 @@ class ExtensionInfoBar : public InfoBarView,
|
| void OnImageLoaded(const gfx::Image& image);
|
| ExtensionInfoBarDelegate* GetDelegate();
|
| const ExtensionInfoBarDelegate* GetDelegate() const;
|
| + ExtensionViewViews* GetExtensionView();
|
|
|
| // Returns the width of all content other than the extension view. Layout()
|
| // uses this to determine how much space the extension view can take.
|
|
|