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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 1437883002: [Background Sync] Align exposed API with spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src@remove-periodic
Patch Set: Rebase Created 5 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/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
index bf66956059c47897e58626e1cd73192d313108b2..f6ff90d53725c922e85511f87fcd2e277d4b4fb7 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
@@ -587,19 +587,12 @@ interface SubtleCrypto
method wrapKey
interface SyncEvent : ExtendableEvent
getter lastChance
- getter registration
+ getter tag
method constructor
interface SyncManager
method constructor
- method getRegistration
- method getRegistrations
- method permissionState
+ method getTags
method register
-interface SyncRegistration
- getter finished
- getter tag
- method constructor
- method unregister
interface TextDecoder
getter encoding
getter fatal

Powered by Google App Engine
This is Rietveld 408576698