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

Unified Diff: third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptions.idl

Issue 2863443002: Implement and ship PushManager.supportedContentEncodings (Closed)
Patch Set: Implement and ship PushManager.supportedContentEncodings Created 3 years, 7 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: third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptions.idl
diff --git a/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptions.idl b/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptions.idl
index ad344b2f4d3372925d25a9ef8cc4d77978841ca8..d43d63bef8fcbec51db947b1de8fbf7ccd068be5 100644
--- a/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptions.idl
+++ b/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptions.idl
@@ -5,7 +5,7 @@
// https://w3c.github.io/push-api/#idl-def-PushSubscriptionOptions
[
- Exposed=(Window,ServiceWorker),
+ Exposed=(Window,Worker),
RuntimeEnabled=PushMessaging,
] interface PushSubscriptionOptions {
readonly attribute boolean userVisibleOnly;

Powered by Google App Engine
This is Rietveld 408576698