diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-12 18:40:24 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-12 18:40:24 +0000 |
commit | 8452116bda43955af947d28fcf2ea76a34aec923 (patch) | |
tree | 060612837b155162e8b896c47dbaa618c486a00c /chrome/browser/views/bookmark_bar_view.cc | |
parent | fbc54db9cdc207cd39afff65b0c257d3e7c5db3f (diff) | |
download | chromium_src-8452116bda43955af947d28fcf2ea76a34aec923.zip chromium_src-8452116bda43955af947d28fcf2ea76a34aec923.tar.gz chromium_src-8452116bda43955af947d28fcf2ea76a34aec923.tar.bz2 |
Makes open all work again on the bookmark bar's context menu.
BUG=4540
TEST=Right click on the bookmark bar (not over a button) and make sure
open all opens all the bookmarks on the bookmark bar.
Review URL: http://codereview.chromium.org/13790
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6904 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/bookmark_bar_view.cc')
-rw-r--r-- | chrome/browser/views/bookmark_bar_view.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/views/bookmark_bar_view.cc b/chrome/browser/views/bookmark_bar_view.cc index 0dc01d2..f2f2506 100644 --- a/chrome/browser/views/bookmark_bar_view.cc +++ b/chrome/browser/views/bookmark_bar_view.cc @@ -1470,6 +1470,7 @@ void BookmarkBarView::ShowContextMenu(View* source, parent = node->GetParent(); } else { parent = model_->GetBookmarkBarNode(); + nodes.push_back(parent); } BookmarkContextMenu controller(GetWidget()->GetHWND(), GetProfile(), browser(), GetPageNavigator(), |