On Tue, Nov 18, 2008 at 6:50 AM, Marshall Greenblatt <[EMAIL PROTECTED]> wrote: > Hi All, > > Is it safe to create (via Browser::Create*()) and/or access Browser object > instances from multiple threads? In other words, I need to choose one of > the following options:
No, the entire UI of Chrome is single-threaded and is not threadsafe. If you need things to access it from multiple threads, you will need to synchronize everything. Brett --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-dev?hl=en -~----------~----~----~----~------~----~------~--~---
