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

Unified Diff: Source/modules/notifications/PageNotificationEventInit.idl

Issue 1280913002: Deliver action clicks to page notifications (blink) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@click_test
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/notifications/PageNotificationEventInit.idl
diff --git a/Source/modules/notifications/PageNotificationEventInit.idl b/Source/modules/notifications/PageNotificationEventInit.idl
new file mode 100644
index 0000000000000000000000000000000000000000..1b8d62eb418216155ac3d611f0e15c40f881c414
--- /dev/null
+++ b/Source/modules/notifications/PageNotificationEventInit.idl
@@ -0,0 +1,10 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// https://notifications.spec.whatwg.org/#pagenotificationevent
+
+dictionary PageNotificationEventInit : EventInit {
+ [RuntimeEnabled=NotificationExperimental] Notification notification;
+ [RuntimeEnabled=NotificationExperimental] DOMString action = "";
+};

Powered by Google App Engine
This is Rietveld 408576698