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

Unified Diff: Source/modules/notifications/NotificationCenter.idl

Issue 14384004: Get rid of [Callback] extended attribute for parameters in IDL files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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
Index: Source/modules/notifications/NotificationCenter.idl
diff --git a/Source/modules/notifications/NotificationCenter.idl b/Source/modules/notifications/NotificationCenter.idl
index 284659808e74140b2d98c09162ee6a5d43044f76..0263f91d52172279e0d694de9ce9b845952b7453 100644
--- a/Source/modules/notifications/NotificationCenter.idl
+++ b/Source/modules/notifications/NotificationCenter.idl
@@ -39,6 +39,6 @@
[MeasureAs=LegacyTextNotifications, ActivityLog=Access, RaisesException] Notification createNotification(DOMString iconUrl, DOMString title, DOMString body);
int checkPermission();
- void requestPermission([Callback] optional VoidCallback callback);
+ void requestPermission(optional VoidCallback callback);
};

Powered by Google App Engine
This is Rietveld 408576698