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

Unified Diff: content/test/data/payments/payment_app_window.html

Issue 2718013004: PaymentApp: Implement respondWith() in PaymentRequestEvent. (content side) (Closed)
Patch Set: rebase Created 3 years, 9 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 | « content/test/data/payments/payment_app.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/payments/payment_app_window.html
diff --git a/content/test/data/payments/payment_app_window.html b/content/test/data/payments/payment_app_window.html
index 0ed713f932ccc545fb92cc24d844aa80d1ca48c4..60238c3aba166b2e25805f841e80a560d65b82f0 100644
--- a/content/test/data/payments/payment_app_window.html
+++ b/content/test/data/payments/payment_app_window.html
@@ -2,7 +2,7 @@
<script>
navigator.serviceWorker.addEventListener('message', e => {
- e.source.postMessage('payment_app_response');
+ e.source.postMessage({ methodName: 'test', details: {} });
window.close();
});
navigator.serviceWorker.controller.postMessage('payment_app_window_ready');
« no previous file with comments | « content/test/data/payments/payment_app.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698