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

Unified Diff: chrome/browser/bookmarks/bookmark_context_menu_controller.cc

Issue 192079: Bookmark context menu: pass the correct parent to the bookmark editor.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « no previous file | chrome/browser/gtk/bookmark_context_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bookmarks/bookmark_context_menu_controller.cc
===================================================================
--- chrome/browser/bookmarks/bookmark_context_menu_controller.cc (revision 26012)
+++ chrome/browser/bookmarks/bookmark_context_menu_controller.cc (working copy)
@@ -316,7 +316,7 @@
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],
« no previous file with comments | « no previous file | chrome/browser/gtk/bookmark_context_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698