Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2343)

Unified Diff: Source/modules/notifications/NotificationEvent.h

Issue 780963004: Use event init dictionaries in modules/{notifications,push_messaging,serviceworkers} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/modules.gypi ('k') | Source/modules/notifications/NotificationEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/notifications/NotificationEvent.h
diff --git a/Source/modules/notifications/NotificationEvent.h b/Source/modules/notifications/NotificationEvent.h
index 048c098f45bef2a29ac8d3165801746e79f18b13..eb6d985d838ab4901a6d788288366d8d252d7b94 100644
--- a/Source/modules/notifications/NotificationEvent.h
+++ b/Source/modules/notifications/NotificationEvent.h
@@ -7,17 +7,12 @@
#include "modules/EventModules.h"
#include "modules/notifications/Notification.h"
+#include "modules/notifications/NotificationEventInit.h"
#include "modules/serviceworkers/ExtendableEvent.h"
#include "platform/heap/Handle.h"
namespace blink {
-struct NotificationEventInit : public ExtendableEventInit {
- NotificationEventInit();
-
- Member<Notification> notification;
-};
-
class NotificationEvent final : public ExtendableEvent {
DEFINE_WRAPPERTYPEINFO();
public:
« no previous file with comments | « Source/modules/modules.gypi ('k') | Source/modules/notifications/NotificationEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698