| Index: chrome/browser/ui/gtk/infobars/extension_infobar_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/infobars/extension_infobar_gtk.h (revision 194662)
|
| +++ chrome/browser/ui/gtk/infobars/extension_infobar_gtk.h (working copy)
|
| @@ -32,6 +32,7 @@
|
| double* r, double* g, double* b) OVERRIDE;
|
| virtual void GetBottomColor(InfoBarDelegate::Type type,
|
| double* r, double* g, double* b) OVERRIDE;
|
| + virtual void InitWidgets() OVERRIDE;
|
|
|
| // Overridden from MenuGtk::Delegate:
|
| virtual void StoppedShowing() OVERRIDE;
|
| @@ -40,9 +41,6 @@
|
| virtual void OnDelegateDeleted() OVERRIDE;
|
|
|
| private:
|
| - // Build the widgets of the Infobar.
|
| - void BuildWidgets();
|
| -
|
| void OnImageLoaded(const gfx::Image& image);
|
|
|
| // Looks at the window the infobar is in and gets the browser. Can return
|
|
|