The notification service currently has dependencies on browser/ level stuff in that it has a hard coded notification list. I decoupled the stuff in app/ from notification service because of this. However if someone wanted to free NotificationService of this hard coded dependency that'd be grand too. -Ben
On Mon, Sep 14, 2009 at 11:34 AM, Evan Stade <[email protected]> wrote: > Perhaps you can move notification service to app :) > > On Mon, Sep 14, 2009 at 10:43 AM, Paweł Hajdan Jr. > <[email protected]> wrote: > > Oops. I just noticed that Animation is now in src/app, which means no > > NotificationService... do you have any more ideas? > > > > On Fri, Sep 11, 2009 at 17:41, Evan Stade <[email protected]> wrote: > >> > >> I would say take an approach similar to the View ID stuff. Make each > >> animation user (optionally) set an ID on the animation object, then > >> have an AnimationEnded notification which publishes the ID of the > >> animation that ended. See browser/view_ids.h > > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
