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

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

Issue 1439333002: Service Worker: Add Clients.get(id) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase; address comments Created 4 years, 10 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/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
index 62cffef4fef4d54aa84bd4134c1c3ffe84900ff7..f335881339e36cc31c771b980dad918cd0120da3 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
@@ -28,6 +28,7 @@ interface Client
interface Clients
method claim
method constructor
+ method get
nhiroki 2016/02/17 02:40:28 I guess you don't have to change this because the
jungkees 2016/02/17 14:01:13 I see. So I guess it can be added later in line wi
zino 2016/02/17 18:38:13 Yes, currently, the feature is behind a runtime fl
nhiroki 2016/02/18 01:40:27 That's right. Thank you for your follow-up.
jungkees 2016/02/18 15:02:20 Understood. Thanks.
method matchAll
method openWindow
interface CloseEvent : Event

Powered by Google App Engine
This is Rietveld 408576698