diff options
author | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-14 19:37:00 +0000 |
---|---|---|
committer | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-14 19:37:00 +0000 |
commit | 8dfed07a82751ffa592f63686e9379f003c18da1 (patch) | |
tree | e1d435c04e32c15428afc7b948fcc44a6647cfb0 /chrome/browser/cocoa | |
parent | 071a3f8cd7baaf36d520a5ae48e04cd31efa34f1 (diff) | |
download | chromium_src-8dfed07a82751ffa592f63686e9379f003c18da1.zip chromium_src-8dfed07a82751ffa592f63686e9379f003c18da1.tar.gz chromium_src-8dfed07a82751ffa592f63686e9379f003c18da1.tar.bz2 |
Originally in http://codereview.chromium.org/270096 but got lost somehow.
BUG=http://crbug.com/24758
TBR=mrossetti
Review URL: http://codereview.chromium.org/273054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28997 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa')
-rw-r--r-- | chrome/browser/cocoa/bookmark_bar_controller.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/bookmark_bar_controller.mm b/chrome/browser/cocoa/bookmark_bar_controller.mm index b27e454..0702d13 100644 --- a/chrome/browser/cocoa/bookmark_bar_controller.mm +++ b/chrome/browser/cocoa/bookmark_bar_controller.mm @@ -422,7 +422,7 @@ // TODO(jrg): identify when we NO_TREE. I can see it in the code // for the other platforms but can't find a way to trigger it in the // UI. - BookmarkEditor::Show([[[self view] window] contentView], + BookmarkEditor::Show([[self view] window], browser_->profile(), node->GetParent(), node, |