[Notification] Remove locking from NotificationManager in mobile
authorCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Wed, 18 Sep 2013 17:18:06 +0000 (14:18 -0300)
committerCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Wed, 18 Sep 2013 17:24:23 +0000 (14:24 -0300)
commit50160ca8ab76bed27eb30d6f7e402a337c7af737
tree949f7a1199faad39450cbd22fb80a6c2ef7bdcd2
parentac73aaf55b34f8df76c32422b6126ed86f6e6b19
[Notification] Remove locking from NotificationManager in mobile

Locking was necessary because each instance was running in a separated
thread, but now all of them share the same thread, so it's safe to
access shared state without locking.
notification/mobile/notification_manager.cc
notification/mobile/notification_manager.h