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

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

Issue 1321453007: Some random Web Notification cleanups (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: typo fix Created 5 years, 4 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/NotificationPermissionCallback.idl
diff --git a/Source/modules/notifications/NotificationPermissionCallback.idl b/Source/modules/notifications/NotificationPermissionCallback.idl
index 09f7a1b674a529e515e218194e0ddf7dcec4f5c7..a5966692369e0a7ac45b07adb8d2ddde1d58d86b 100644
--- a/Source/modules/notifications/NotificationPermissionCallback.idl
+++ b/Source/modules/notifications/NotificationPermissionCallback.idl
@@ -23,6 +23,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// https://notifications.spec.whatwg.org/#api
+
callback interface NotificationPermissionCallback {
void handleEvent(DOMString permission);
};
« no previous file with comments | « Source/modules/notifications/NotificationOptions.idl ('k') | Source/modules/notifications/NotificationPermissionClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698