web: add support for chromium

R=rsc
http://codereview.appspot.com/4863043
This commit is contained in:
Fazlul Shahriar 2011-08-16 15:50:32 -04:00 committed by Russ Cox
parent edf3f40c2f
commit 974b0ed330

View file

@ -31,7 +31,7 @@ plumbunix()
$BROWSER -remote 'openURL('"$@"',new-tab)' ||
$BROWSER "$@"
;;
*google-chrome*)
*google-chrome*|*chromium*)
$BROWSER "$@"
;;
esac