| Index: chrome/test/data/extensions/api_test/notifications/has_permission_prefs/notification.html
|
| diff --git a/chrome/test/data/extensions/api_test/notifications/has_permission_prefs/notification.html b/chrome/test/data/extensions/api_test/notifications/has_permission_prefs/notification.html
|
| index 8a787030f2cc376243605fb8a4db20707c527f5c..ec9645547031172feae4a23b2fef5b21a0408926 100644
|
| --- a/chrome/test/data/extensions/api_test/notifications/has_permission_prefs/notification.html
|
| +++ b/chrome/test/data/extensions/api_test/notifications/has_permission_prefs/notification.html
|
| @@ -5,7 +5,7 @@
|
| // permissions error.
|
| chrome.windows.getAll(null, function() {
|
| chrome.test.assertNoLastError();
|
| - chrome.extension.getBackgroundPage().onNotificationDone();
|
| + chrome.extension.getBackgroundPage().onNotificationDone(window);
|
| });
|
| </script>
|
| Why hello there.
|
|
|