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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/windowclient-focus.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
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/notificationclick-can-openwindow.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/windowclient-focus.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/windowclient-focus.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/windowclient-focus.html
index 0c0e6cfd7b1ad9a940416af52a1574b55de53f5c..971bbf693a274c430f7d68794ed54fc5e1ce580f 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/windowclient-focus.html
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/windowclient-focus.html
@@ -74,7 +74,7 @@ t.step(function() {
if (message.type !== 'click')
return;
if (window.testRunner)
- testRunner.simulateWebNotificationClick(message.title);
+ testRunner.simulateWebNotificationClick(message.title, -1 /* action_index */);
return;
}
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/notificationclick-can-openwindow.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698