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

Unified Diff: LayoutTests/http/tests/navigatorconnect/connect.html

Issue 1198653004: Update client side navigator.connect API to use ServicePortCollection [3/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@serviceport-part2
Patch Set: rebase Created 5 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/navigatorconnect/postmessage.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/navigatorconnect/connect.html
diff --git a/LayoutTests/http/tests/navigatorconnect/connect.html b/LayoutTests/http/tests/navigatorconnect/connect.html
index e9b39b65fcc4f97df2c3ceebf15044d1d12eb007..e0ad006b5ec179a0c0785fcf43ab1a0ae3883ee4 100644
--- a/LayoutTests/http/tests/navigatorconnect/connect.html
+++ b/LayoutTests/http/tests/navigatorconnect/connect.html
@@ -12,7 +12,7 @@
<script>
var sw_scope = 'resources/service-worker-scope' + window.location.pathname;
-run_connect_tests(function(t, service) {
- return first_to_resolve([wrap_in_port(navigator.services.connect(service)), navigator.connect(service)]);
+run_connect_tests(function(t, service, options) {
+ return navigator.services.connect(service, options);
});
</script>
« no previous file with comments | « no previous file | LayoutTests/http/tests/navigatorconnect/postmessage.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698