FIXME: DesktopNotificationDelegate has been removed
Related CL: https://codereview.chromium.org/2906883003
This commit is contained in:
parent
fe431a9e58
commit
f694b64d71
8 changed files with 57 additions and 84 deletions
|
@ -49,7 +49,8 @@ namespace api {
|
|||
|
||||
Notification::Notification(v8::Isolate* isolate,
|
||||
v8::Local<v8::Object> wrapper,
|
||||
mate::Arguments* args) {
|
||||
mate::Arguments* args)
|
||||
: NotificationDelegate(std::string()) { // FIXME(alexeykuzmin)
|
||||
InitWith(isolate, wrapper);
|
||||
|
||||
presenter_ = brightray::BrowserClient::Get()->GetNotificationPresenter();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue