Turn NotificationPresenter into an abstract base class

This will allow us to have Mac-specific member variables without a bunch of
ifdefs.
This commit is contained in:
Adam Roben 2013-03-28 18:03:58 -04:00
parent 3c41af84a1
commit 651ab18a21
6 changed files with 42 additions and 19 deletions

View file

@ -1,11 +0,0 @@
#include "browser/notification_presenter.h"
namespace brightray {
NotificationPresenter::NotificationPresenter() {
}
NotificationPresenter::~NotificationPresenter() {
}
}