#!/bin/bash -eu
# google-chrome: wrapper for google-chrome to use gnome-keyring
. find-next-in-path.sh
NEXT=`find-next-in-path.sh "$0"`
exec "$NEXT" --password-store=gnome-libsecret "$@"
#exec "$NEXT" --password-store=gnome "$@"
