On Mon, May 25, 2009 at 3:44 PM, Evan Martin <[email protected]> wrote:
> - The Notification service most definitely is designed to only work on > the UI thread. It and its users assume notifications happen on one > thread and synchronously. FWIW, the second sentence here is true, but the first is false. We do actually use the NotificationService on other threads (rarely), but the notification queues are per-thread, so you have to be careful to listen on the correct thread. PK --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
