Brandon Chong
unread,Mar 24, 2021, 3:59:09 PM3/24/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev
Hello, I'm using Ubuntu 20.04. I was doing some testing on what happens when you run 2 separate browser instances. The later one would recognize there is an existing browser session and merge into the earlier browser instance as a separate window, but I'm not too sure as to how this happens/what data is passed to the first browser instance. Could anyone enlighten me on this?
Steps to reproduce:
1. Open Terminal, and create 2 separate tabs
2. In each tab, navigate to folder containing chrome executable
3. In each tab, run ./chrome --user-data-dir="/tmp/test/" to a separate chrome instance
TIA!