Updated profile migrators to work with places

bug=322986 r=ben@mozilla.org

Original committer: annie.sullivan%gmail.com
Original revision: 1.17
Original date: 2006/01/27 02:19:35
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 17:30:09 +00:00
parent 411e7c3b8f
commit 62ba5928e9

View File

@ -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.
*/