diff --git a/toolkit/components/places/public/nsINavBookmarksService.idl b/toolkit/components/places/public/nsINavBookmarksService.idl index e909c1f772ea..1173e5913aff 100644 --- a/toolkit/components/places/public/nsINavBookmarksService.idl +++ b/toolkit/components/places/public/nsINavBookmarksService.idl @@ -368,6 +368,13 @@ interface nsINavBookmarksService : nsISupports */ void importBookmarksHTML(in nsIURI url); + + /** + * Loads the given bookmarks.html file and puts it in the given folder + */ + void importBookmarksHTMLToFolder(in nsIURI url, in PRInt64 folder); + + /** * Saves the current bookmarks hierarchy to a bookmarks.html file. */