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

Unified Diff: chrome/browser/ui/views/notifications/balloon_view.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/ui/views/notifications/balloon_view.cc
diff --git a/chrome/browser/ui/views/notifications/balloon_view.cc b/chrome/browser/ui/views/notifications/balloon_view.cc
index d5a3039e95c69f7d36f3909f2683ab1e56b24a75..3f5769321ed759d2f80ac3a13d5bedc78e2d173e 100644
--- a/chrome/browser/ui/views/notifications/balloon_view.cc
+++ b/chrome/browser/ui/views/notifications/balloon_view.cc
@@ -154,7 +154,8 @@ BalloonHost* BalloonViewImpl::GetHost() const {
return html_contents_.get();
}
-void BalloonViewImpl::RunMenu(views::View* source, const gfx::Point& pt) {
+void BalloonViewImpl::OnMenuButtonClicked(views::View* source,
+ const gfx::Point& point) {
CreateOptionsMenu();
views::MenuModelAdapter menu_model_adapter(options_menu_model_.get());
« no previous file with comments | « chrome/browser/ui/views/notifications/balloon_view.h ('k') | chrome/browser/ui/views/status_icons/status_icon_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698