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

Unified Diff: LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 1096503002: [Background Sync] Converting Blink code to the MVP API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Unregister method requires the sync registration tag Created 5 years, 8 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: LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/LayoutTests/webexposed/global-interface-listing-expected.txt b/LayoutTests/webexposed/global-interface-listing-expected.txt
index 64dcc04b4d0c8f08dfdf5b7bdae2b2ced1490992..ec40da89fc677ad4b1f926f51d489d2b9ce11963 100644
--- a/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3635,6 +3635,20 @@ interface PerformanceTiming
getter unloadEventEnd
getter unloadEventStart
method constructor
+interface PeriodicSyncManager
+ getter minPossiblePeriod
+ method constructor
+ method getRegistration
+ method getRegistrations
+ method permissionState
+ method register
+interface PeriodicSyncRegistration
+ getter minPeriod
+ getter networkState
+ getter powerState
+ getter tag
+ method constructor
+ method unregister
interface PeriodicWave
method constructor
interface PermissionStatus
@@ -5108,9 +5122,10 @@ interface ServiceWorkerContainer
interface ServiceWorkerRegistration
getter geofencing
getter onupdatefound
+ getter periodicSync
getter pushManager
getter scope
- getter syncManager
+ getter sync
method constructor
method getNotifications
method showNotification
@@ -5273,19 +5288,13 @@ interface Symbol
method toString
method valueOf
interface SyncManager
- getter minAllowablePeriod
method constructor
method getRegistration
method getRegistrations
+ method permissionState
method register
interface SyncRegistration
- getter allowOnBattery
- getter id
- getter idleRequired
- getter maxDelay
- getter minDelay
- getter minPeriod
- getter minRequiredNetwork
+ getter tag
method constructor
method unregister
interface SyntaxError
« no previous file with comments | « LayoutTests/http/tests/background_sync/resources/interfaces-worker.js ('k') | Source/core/events/EventTypeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698