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

Unified Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-shared-worker-expected.txt

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/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-shared-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-shared-worker-expected.txt b/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-shared-worker-expected.txt
index e0370f66d3b4157acef382a21ebb5e7b17a2495f..21b40a9590865d6edc7413c036e936af077179d1 100644
--- a/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-shared-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-shared-worker-expected.txt
@@ -805,6 +805,26 @@ Starting worker: resources/global-interface-listing.js
[Worker] getter promise
[Worker] getter reason
[Worker] method constructor
+[Worker] interface PushManager
+[Worker] static getter supportedContentEncodings
+[Worker] attribute @@toStringTag
+[Worker] method constructor
+[Worker] method getSubscription
+[Worker] method permissionState
+[Worker] method subscribe
+[Worker] interface PushSubscription
+[Worker] attribute @@toStringTag
+[Worker] getter endpoint
+[Worker] getter options
+[Worker] method constructor
+[Worker] method getKey
+[Worker] method toJSON
+[Worker] method unsubscribe
+[Worker] interface PushSubscriptionOptions
+[Worker] attribute @@toStringTag
+[Worker] getter applicationServerKey
+[Worker] getter userVisibleOnly
+[Worker] method constructor
[Worker] interface ReadableStream
[Worker] getter locked
[Worker] method cancel

Powered by Google App Engine
This is Rietveld 408576698