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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/notifications/notifications_request_function.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 </head> 3 </head>
4 <body> 4 <body>
5 Requesting permission... 5 Requesting permission...
6 </body> 6 </body>
7 <script> 7 <script>
8 window.webkitNotifications.requestPermission(); 8 Notification.requestPermission();
9 </script> 9 </script>
10 </html> 10 </html>
OLDNEW
« 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