--- a/Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py Sat Sep 28 19:06:25 2013 +0200 +++ b/Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py Sat Sep 28 20:07:36 2013 +0200 @@ -22,9 +22,11 @@ """ Module function to get information for the given source id. + @param id id of the browser ("chrome" or "chromium") @return tuple with an icon (QPixmap), readable name (string), name of the default bookmarks file (string), an info text (string), a prompt (string) and the default directory of the bookmarks file (string) + @exception ValueError raised to indicate an invalid browser ID """ if id == "chrome": if Globals.isWindowsPlatform():