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

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

Issue 1149763007: Ship the NotificationOptions vibrate property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/notifications/NotificationOptions.idl
diff --git a/Source/modules/notifications/NotificationOptions.idl b/Source/modules/notifications/NotificationOptions.idl
index 192a9d2a42f24f995a68ee1eefa6c180e5bdb6e8..364907ecd5f001f352a63e93bf13fc05eba8aa99 100644
--- a/Source/modules/notifications/NotificationOptions.idl
+++ b/Source/modules/notifications/NotificationOptions.idl
@@ -17,7 +17,7 @@ dictionary NotificationOptions {
DOMString tag = "";
DOMString icon;
// TODO(sh919.park): vibrate should be ([Clamp] unsigned long or sequence<unsigned long>)
- [RuntimeEnabled=NotificationExperimental] (unsigned long or sequence<unsigned long>) vibrate;
+ (unsigned long or sequence<unsigned long>) vibrate;
boolean silent = false;
any data = null;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698