diff options
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_editor.h')
-rw-r--r-- | chrome/browser/bookmarks/bookmark_editor.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/bookmarks/bookmark_editor.h b/chrome/browser/bookmarks/bookmark_editor.h index 8b6445a..0de44bc 100644 --- a/chrome/browser/bookmarks/bookmark_editor.h +++ b/chrome/browser/bookmarks/bookmark_editor.h @@ -75,13 +75,11 @@ class BookmarkEditor { // |parent| gives the initial parent to select in the tree for the node. // |parent| is only used if |details.existing_node| is null. // BookmarkEditor takes ownership of |handler| and deletes it when done. - // |handler| may be null. See description of Handler for details. static void Show(gfx::NativeWindow parent_window, Profile* profile, const BookmarkNode* parent, const EditDetails& details, - Configuration configuration, - Handler* handler); + Configuration configuration); }; #endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_EDITOR_H_ |