0

Updated documentation to include --login-profile on subsequent runs

Bug: 971742
Change-Id: I1b80eb8990182f6250ce2dec5839f6e816f09eea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1649212
Reviewed-by: Michael Giuffrida <michaelpg@chromium.org>
Commit-Queue: Toby Huang <tobyhuang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#668897}
This commit is contained in:
Toby H
2019-06-13 18:09:39 +00:00
committed by Commit Bot
parent 9d8de12389
commit 42fa25106a

@ -76,7 +76,8 @@ By default this build signs in with a stub user. To specify a real user:
`--user-data-dir=/tmp/chrome --login-manager`
* Go through the out-of-the-box UX and sign in with a real Gmail account.
* For subsequent runs, add:
`--user-data-dir=/tmp/chrome --login-user=username@gmail.com`
`--user-data-dir=/tmp/chrome --login-user=username@gmail.com
--login-profile=username@gmail.com-hash`
* To run in guest mode instantly, add:
`--user-data-dir=/tmp/chrome --bwsi --incognito --login-user='$guest'
--login-profile=user`