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

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

Issue 9693022: views: Rename MenuButtonDelegate::RunMenu to something more obvious. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: menu_button_listener.h Created 8 years, 9 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/infobar_view.h
diff --git a/chrome/browser/ui/views/infobars/infobar_view.h b/chrome/browser/ui/views/infobars/infobar_view.h
index 216469e2a703dd4ae9ef859bd28a5f382f58d19d..23ac1fbc56b4e8508c4644072f0247be42d47746 100644
--- a/chrome/browser/ui/views/infobars/infobar_view.h
+++ b/chrome/browser/ui/views/infobars/infobar_view.h
@@ -28,7 +28,7 @@ class LinkListener;
class MenuButton;
class MenuRunner;
class TextButton;
-class MenuButtonDelegate;
+class MenuButtonListener;
}
class InfoBarView : public InfoBar,
@@ -59,7 +59,7 @@ class InfoBarView : public InfoBar,
// NOTE: Subclasses must ignore button presses if we're unowned.
static views::MenuButton* CreateMenuButton(
const string16& text,
- views::MenuButtonDelegate* menu_delegate);
+ views::MenuButtonListener* menu_button_listener);
// Creates a text button with an infobar-specific appearance.
// NOTE: Subclasses must ignore button presses if we're unowned.
« no previous file with comments | « chrome/browser/ui/views/infobars/extension_infobar.cc ('k') | chrome/browser/ui/views/infobars/infobar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698