On Tue, Mar 24, 2009 at 1:06 PM, John Abd-El-Malek <[email protected]> wrote: > A lot of the code that touches databases/files in the user-data-dir assume > they're the only ones accessing them. If multiple instances use the data, > there could be corruption.
Makes sense. But "multiple instances running as different users" is a lot more likely than multiple instances within a session, so we'd still need to scope it to the session even if we do need it. One user can't have 2 sessions open on the Mac (at a guess, because the Finder and friends have exactly this problem themselves :-)). --Amanda --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
