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

Unified Diff: third_party/WebKit/Source/modules/notifications/Notification.idl

Issue 2507463003: Add kill switch for Notification images (Closed)
Patch Set: Rename test subclass Created 4 years, 1 month 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: third_party/WebKit/Source/modules/notifications/Notification.idl
diff --git a/third_party/WebKit/Source/modules/notifications/Notification.idl b/third_party/WebKit/Source/modules/notifications/Notification.idl
index 3f7bab89a77e021c2c98540143df35719c7417cf..4c0fbedffe00e383190907e8893035e0bb38dd9d 100644
--- a/third_party/WebKit/Source/modules/notifications/Notification.idl
+++ b/third_party/WebKit/Source/modules/notifications/Notification.idl
@@ -65,7 +65,7 @@ enum NotificationPermission {
readonly attribute DOMString lang;
readonly attribute DOMString body;
readonly attribute DOMString tag;
- [RuntimeEnabled=NotificationImage] readonly attribute USVString image;
+ [RuntimeEnabled=NotificationContentImage] readonly attribute USVString image;
readonly attribute USVString icon;
[RuntimeEnabled=NotificationBadge] readonly attribute USVString badge;
« no previous file with comments | « content/public/common/content_features.cc ('k') | third_party/WebKit/Source/modules/notifications/NotificationOptions.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698