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

Unified Diff: chrome/browser/chromeos/status/input_method_menu.cc

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/chromeos/status/input_method_menu.cc
diff --git a/chrome/browser/chromeos/status/input_method_menu.cc b/chrome/browser/chromeos/status/input_method_menu.cc
index fe78900396ca1f6b02e058ca7942d3505a9bdf99..733e9772264eca24ff0485a02b94c38d9287462c 100644
--- a/chrome/browser/chromeos/status/input_method_menu.cc
+++ b/chrome/browser/chromeos/status/input_method_menu.cc
@@ -385,9 +385,10 @@ void InputMethodMenu::ActivatedAt(int index) {
}
////////////////////////////////////////////////////////////////////////////////
-// views::MenuButtonDelegate implementation:
+// views::MenuButtonListener implementation:
-void InputMethodMenu::RunMenu(views::View* source, const gfx::Point& pt) {
+void InputMethodMenu::OnMenuButtonClicked(views::View* source,
+ const gfx::Point& point) {
PrepareForMenuOpen();
if (minimum_input_method_menu_width_ > 0) {
« no previous file with comments | « chrome/browser/chromeos/status/input_method_menu.h ('k') | chrome/browser/chromeos/status/input_method_menu_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698