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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html

Issue 1644063002: Simplify TestRunnerBindings::SimulateWebNotificationClick param handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html
index b9aaeb4082fb927f4cc1b51372dc42aacf3de48d..886e5eabf9f6cae6fb77565a9af0dd859a29ec4f 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html
@@ -63,7 +63,7 @@ t.step(function() {
if (message.type !== 'click')
return;
if (window.testRunner)
- testRunner.simulateWebNotificationClick(message.title);
+ testRunner.simulateWebNotificationClick(message.title, -1 /* action_index */);
return;
}

Powered by Google App Engine
This is Rietveld 408576698