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

Unified Diff: chrome/test/data/notifications/notification_test_utils.js

Issue 2418153002: Hooking up Android N inline notification replies end-to-end (Closed)
Patch Set: Reformat getNotificationReply Created 4 years, 2 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
« no previous file with comments | « chrome/test/data/notifications/android_test_worker.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/notifications/notification_test_utils.js
diff --git a/chrome/test/data/notifications/notification_test_utils.js b/chrome/test/data/notifications/notification_test_utils.js
index eab4881de6d5e4dff48a964b1749e71ff7904093..af6d93c7a6b8a7951bc261ff84e47dc879a5978d 100644
--- a/chrome/test/data/notifications/notification_test_utils.js
+++ b/chrome/test/data/notifications/notification_test_utils.js
@@ -3,6 +3,7 @@
// found in the LICENSE file.
var activatedServiceWorkerPromise = null;
+var messagePort = null;
// Returns a promise that will be resolved with an activated Service
// Worker, or rejects when the Service Worker could not be started. There
« no previous file with comments | « chrome/test/data/notifications/android_test_worker.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698