| Index: chrome/test/data/notifications/platform_notification_service.js
|
| diff --git a/chrome/test/data/notifications/platform_notification_service.js b/chrome/test/data/notifications/platform_notification_service.js
|
| index e7a3bf20eb628743b084eac3952f8e27990361d6..07a15b14447892daa890597042557cb6b1463ef5 100644
|
| --- a/chrome/test/data/notifications/platform_notification_service.js
|
| +++ b/chrome/test/data/notifications/platform_notification_service.js
|
| @@ -21,7 +21,8 @@ addEventListener('notificationclick', function (event) {
|
|
|
| if (message == 'action_button_click')
|
| message += ' ' + event.action;
|
| -
|
| + if (event.reply)
|
| + message += ' ' + event.reply;
|
| messagePort.postMessage(message);
|
| });
|
|
|
|
|