| 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 b721c1a6e50532e12066e2d9534f585bb862b9ef..e3f52c8e5bf9699e882e1dcdef98961219a2f831 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
|
| @@ -5,6 +5,7 @@ interface BackgroundFetchEvent : ExtendableEvent
|
| getter tag
|
| method constructor
|
| interface BackgroundFetchFailEvent : BackgroundFetchEvent
|
| + getter failedFetches
|
| method constructor
|
| interface BackgroundFetchManager
|
| method constructor
|
| @@ -18,7 +19,14 @@ interface BackgroundFetchRegistration
|
| getter totalDownloadSize
|
| method abort
|
| method constructor
|
| +interface BackgroundFetchRequest
|
| + getter request
|
| + method constructor
|
| +interface BackgroundFetchSettledRequest : BackgroundFetchRequest
|
| + getter response
|
| + method constructor
|
| interface BackgroundFetchedEvent : BackgroundFetchEvent
|
| + getter completedFetches
|
| method constructor
|
| method updateUI
|
| interface BarcodeDetector
|
|
|