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

Unified Diff: modules/notifications/NotificationCenter.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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 | « modules/notifications/Notification.idl ('k') | modules/notifications/NotificationPermissionCallback.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/notifications/NotificationCenter.idl
diff --git a/modules/notifications/NotificationCenter.idl b/modules/notifications/NotificationCenter.idl
index fb23a664060b66780c27095d0333a26af9727873..bdacd3972ed302454edf7d186b600eb6574e4744 100644
--- a/modules/notifications/NotificationCenter.idl
+++ b/modules/notifications/NotificationCenter.idl
@@ -34,7 +34,7 @@
Conditional=LEGACY_NOTIFICATIONS,
ActiveDOMObject
] interface NotificationCenter {
- [MeasureAs=LegacyTextNotifications, ActivityLogging=AccessForAllWorlds, RaisesException] Notification createNotification(DOMString iconUrl, DOMString title, DOMString body);
+ [MeasureAs=LegacyTextNotifications, ActivityLogging=ForAllWorlds, RaisesException] WebKitNotification createNotification(DOMString iconUrl, DOMString title, DOMString body);
long checkPermission();
void requestPermission(optional VoidCallback callback);
« no previous file with comments | « modules/notifications/Notification.idl ('k') | modules/notifications/NotificationPermissionCallback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698