Now defcutom helm-chrome-file erroneously takes chromium Bookmarks file instead of google-chomes, if Chromium was installed once. Since more users using google-chrome maybe it would be better to check for google-chrome bookmarks at first. This might be fixed by changing order of this two lines:
"~/.config/chromium/Default/Bookmarks"
"~/.config/google-chrome/Default/Bookmarks"
to
"~/.config/google-chrome/Default/Bookmarks"
"~/.config/chromium/Default/Bookmarks"
Now defcutom helm-chrome-file erroneously takes chromium Bookmarks file instead of google-chomes, if Chromium was installed once. Since more users using google-chrome maybe it would be better to check for google-chrome bookmarks at first. This might be fixed by changing order of this two lines: "~/.config/chromium/Default/Bookmarks" "~/.config/google-chrome/Default/Bookmarks" to "~/.config/google-chrome/Default/Bookmarks" "~/.config/chromium/Default/Bookmarks"