Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1110)

Unified Diff: chrome/browser/ui/views/infobars/translate_infobar_base.h

Issue 6574011: Cleanup:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « chrome/browser/ui/views/infobars/link_infobar.cc ('k') | chrome/browser/ui/views/infobars/translate_infobar_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698