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

Unified Diff: chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.h

Issue 9602007: GTK: Move TranslateInfoBarBase::BuildOptionsMenuButton to InfoBarGtk::CreateMenuButton (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix Evan's comments Created 8 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/gtk/infobars/translate_infobar_base_gtk.h
diff --git a/chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.h b/chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.h
index 8882037615aae675ec810008ea9c9c54722435ff..cf3515ab5d0478db4a82cb3e08e20ed78c7da4a9 100644
--- a/chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.h
+++ b/chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.h
@@ -55,10 +55,6 @@ class TranslateInfoBarBase : public InfoBarGtk {
TranslateInfoBarDelegate* GetDelegate();
private:
- // Builds a button with an arrow in it to emulate the menu-button style from
- // the windows version.
- static GtkWidget* BuildOptionsMenuButton();
-
CHROMEGTK_CALLBACK_0(TranslateInfoBarBase, void, OnOptionsClicked);
// A percentage to average the normal page action background with the error
« no previous file with comments | « chrome/browser/ui/gtk/infobars/infobar_gtk.cc ('k') | chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698