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

Unified Diff: chrome/test/data/notifications/notifications_request_inline.html

Issue 187803005: Remove uses of the Legacy Notification API and tests on Linux Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/notifications/notifications_request_function.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/notifications/notifications_request_inline.html
diff --git a/chrome/test/data/notifications/notifications_request_inline.html b/chrome/test/data/notifications/notifications_request_inline.html
index 1e47c612987d31eed6227cc448e8172ac3a758fb..dd56dbdb74d83c78bf0fdabf80a578c50e7be035 100644
--- a/chrome/test/data/notifications/notifications_request_inline.html
+++ b/chrome/test/data/notifications/notifications_request_inline.html
@@ -5,6 +5,6 @@
Requesting permission...
</body>
<script>
-window.webkitNotifications.requestPermission();
+Notification.requestPermission();
</script>
</html>
« no previous file with comments | « chrome/test/data/notifications/notifications_request_function.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698