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

Unified Diff: chrome/test/data/extensions/api_test/notifications/has_permission_prefs/notification.html

Issue 7064038: ExtensionApiTest.Notifications: wait until part 1 finishes cleanup before going to part 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | « chrome/test/data/extensions/api_test/notifications/has_permission_prefs/background.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/test/data/extensions/api_test/notifications/has_permission_prefs/background.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698