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

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

Issue 2389693002: service worker: Add NavigationPreload runtime flag and skeleton interface (Closed)
Patch Set: forgot some gni Created 4 years, 2 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/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index f00471f305c19be29f6179c6e8d1b48b8005bb8b..0f6442c6e666bceadb1f07de9406514da046b507 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -4052,6 +4052,13 @@ interface NamedNodeMap
method removeNamedItemNS
method setNamedItem
method setNamedItemNS
+interface NavigationPreloadManager
+ attribute @@toStringTag
+ method constructor
+ method disable
+ method enable
+ method getState
+ method setHeaderValue
interface Navigator
attribute @@toStringTag
getter appCodeName
@@ -6092,6 +6099,7 @@ interface ServiceWorkerRegistration : EventTarget
attribute @@toStringTag
getter active
getter installing
+ getter navigationPreload
getter onupdatefound
getter pushManager
getter scope

Powered by Google App Engine
This is Rietveld 408576698