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

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 1514383002: [BackgroundSync] Enable BackgroundSync by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Layout test expectations Created 5 years 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/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index 14663cd3e7b332123ebdd13af653b7bb9facdd77..ca4a0da5157cf6b213bac5ba13aa406dfd6701b6 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -4509,6 +4509,7 @@ interface ServiceWorkerRegistration : EventTarget
getter onupdatefound
getter pushManager
getter scope
+ getter sync
method constructor
method getNotifications
method showNotification
@@ -4611,6 +4612,10 @@ interface SubtleCrypto
method unwrapKey
method verify
method wrapKey
+interface SyncManager
+ method constructor
+ method getTags
+ method register
interface Text : CharacterData
getter wholeText
method constructor

Powered by Google App Engine
This is Rietveld 408576698