Index: chrome/test/data/notifications/notification_tester.html |
diff --git a/chrome/test/data/notifications/notification_tester.html b/chrome/test/data/notifications/notification_tester.html |
index 0b6904c04f6d8cff808eb1326a1072b6da4d0926..46d65b1f29d48fd567c4c602fe951bf09569d574 100644 |
--- a/chrome/test/data/notifications/notification_tester.html |
+++ b/chrome/test/data/notifications/notification_tester.html |
@@ -79,6 +79,7 @@ function onPermissionGranted() { |
// Helper function that shows the notification and adds it to |
// |g_notifications|. |
function createNotificationHelper(note, replaceId) { |
+ note.replaceId = replaceId; |
note.show(); |
// |push| returns the length of the array after the add. |
return g_notifications.push(note) - 1; |