| Index: third_party/WebKit/LayoutTests/http/tests/notifications/resources/worker-helpers.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/notifications/resources/worker-helpers.js b/third_party/WebKit/LayoutTests/http/tests/notifications/resources/worker-helpers.js
|
| index c7779dbbf52c2387253370b7667a8d4faa19192c..6f0d0e08df68a9502a05c133c4a5ff1668c9d46c 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/notifications/resources/worker-helpers.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/notifications/resources/worker-helpers.js
|
| @@ -13,9 +13,9 @@ self.addEventListener('connect', function(event) {
|
| });
|
|
|
| var testRunner = {
|
| - simulateWebNotificationClick: function(title)
|
| + simulateWebNotificationClick: function(title, action_index)
|
| {
|
| if (_port)
|
| - _port.postMessage({ type: 'simulateWebNotificationClick', title: title });
|
| + _port.postMessage({ type: 'simulateWebNotificationClick', title: title, action_index: action_index });
|
| }
|
| };
|
|
|