summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/bookmarks/bookmark_context_menu_controller.cc2
-rw-r--r--chrome/browser/gtk/bookmark_context_menu.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/bookmarks/bookmark_context_menu_controller.cc b/chrome/browser/bookmarks/bookmark_context_menu_controller.cc
index 81fbcc9..3030e6e 100644
--- a/chrome/browser/bookmarks/bookmark_context_menu_controller.cc
+++ b/chrome/browser/bookmarks/bookmark_context_menu_controller.cc
@@ -316,7 +316,7 @@ void BookmarkContextMenuController::ExecuteCommand(int id) {
editor_config = BookmarkEditor::SHOW_TREE;
else
editor_config = BookmarkEditor::NO_TREE;
- BookmarkEditor::Show(parent_window_, profile_, NULL, selection_[0],
+ BookmarkEditor::Show(parent_window_, profile_, parent_, selection_[0],
editor_config, NULL);
} else {
EditFolderController::Show(profile_, parent_window_, selection_[0],
diff --git a/chrome/browser/gtk/bookmark_context_menu.cc b/chrome/browser/gtk/bookmark_context_menu.cc
index 8af8058..eef3110 100644
--- a/chrome/browser/gtk/bookmark_context_menu.cc
+++ b/chrome/browser/gtk/bookmark_context_menu.cc
@@ -337,7 +337,7 @@ void BookmarkContextMenu::ExecuteCommand(int id) {
editor_config = BookmarkEditor::SHOW_TREE;
else
editor_config = BookmarkEditor::NO_TREE;
- BookmarkEditor::Show(wnd_, profile_, NULL, selection_[0],
+ BookmarkEditor::Show(wnd_, profile_, parent_, selection_[0],
editor_config, NULL);
#else
NOTIMPLEMENTED();