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

Unified Diff: chrome/browser/views/bookmark_bar_view.cc

Issue 544001: Fixes regression where bookmark bar context menu wouldn't show when... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 11 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
« no previous file with comments | « chrome/browser/views/bookmark_bar_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/bookmark_bar_view.cc
===================================================================
--- chrome/browser/views/bookmark_bar_view.cc (revision 35834)
+++ chrome/browser/views/bookmark_bar_view.cc (working copy)
@@ -715,6 +715,10 @@
index);
}
+void BookmarkBarView::ShowContextMenu(int x, int y, bool is_mouse_gesture) {
+ ShowContextMenu(this, x, y, is_mouse_gesture);
+}
+
bool BookmarkBarView::IsAccessibleViewTraversable(views::View* view) {
return view != bookmarks_separator_view_ && view != instructions_;
}
« no previous file with comments | « chrome/browser/views/bookmark_bar_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698