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

Unified Diff: Source/modules/push_messaging/PushEvent.h

Issue 1311853002: Update PushEvent and PushMessageData to match the spec. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 months 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
Index: Source/modules/push_messaging/PushEvent.h
diff --git a/Source/modules/push_messaging/PushEvent.h b/Source/modules/push_messaging/PushEvent.h
index 229cd763955f8b1a3734edfe93d66da4f9f09211..514e2a6131dd04350fc68258c1947d40d9226e63 100644
--- a/Source/modules/push_messaging/PushEvent.h
+++ b/Source/modules/push_messaging/PushEvent.h
@@ -7,7 +7,6 @@
#include "modules/EventModules.h"
#include "modules/ModulesExport.h"
-#include "modules/push_messaging/PushEventInit.h"
#include "modules/push_messaging/PushMessageData.h"
#include "modules/serviceworkers/ExtendableEvent.h"
#include "platform/heap/Handle.h"
@@ -16,6 +15,8 @@
namespace blink {
+class PushEventInit;
+
class MODULES_EXPORT PushEvent final : public ExtendableEvent {
DEFINE_WRAPPERTYPEINFO();
public:
« no previous file with comments | « LayoutTests/http/tests/push_messaging/resources/pushmessagedata-worker.js ('k') | Source/modules/push_messaging/PushEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698