| Index: chrome/browser/ui/views/infobars/translate_infobar_base.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/infobars/translate_infobar_base.h (revision 75777)
|
| +++ chrome/browser/ui/views/infobars/translate_infobar_base.h (working copy)
|
| @@ -14,8 +14,8 @@
|
| class TranslateInfoBarDelegate;
|
|
|
| namespace views {
|
| +class ImageView;
|
| class MenuButton;
|
| -class ViewMenuDelegate;
|
| }
|
|
|
| // This class contains some of the base functionality that translate infobars
|
| @@ -29,16 +29,6 @@
|
| protected:
|
| static const int kButtonInLabelSpacing;
|
|
|
| - // Creates a label with the appropriate font and color for the translate
|
| - // infobars.
|
| - static views::Label* CreateLabel(const string16& text);
|
| -
|
| - // Creates a menu-button with a custom appearance for the translate infobars.
|
| - static views::MenuButton* CreateMenuButton(
|
| - const string16& text,
|
| - bool normal_has_border,
|
| - views::ViewMenuDelegate* menu_delegate);
|
| -
|
| // InfoBarView:
|
| virtual void Layout();
|
|
|
|
|