Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit c5b1651

Browse files
MyidShinchromium-wpt-export-bot
authored andcommitted
Convert VRService client to use BrowserInterfaceBroker
This change converts VRService mojom interface client in blink to use BrowserInterfaceBroker, and converts VRService{Ptr, Request} in chrome, content and blink to the new Mojo type. Bug: 936482, 955171, 978694 Change-Id: Ib2d982ea3402c570c825e2b55d7aec2c77b2d8c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828717 Commit-Queue: Miyoung Shin <[email protected]> Reviewed-by: Oksana Zhuravlova <[email protected]> Reviewed-by: Kent Tamura <[email protected]> Reviewed-by: Kinuko Yasuda <[email protected]> Reviewed-by: Klaus Weidner <[email protected]> Cr-Commit-Position: refs/heads/master@{#702732}
1 parent e65e751 commit c5b1651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/chromium/webxr-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class MockVRService {
8989
this.runtimes_ = [];
9090

9191
this.interceptor_ =
92-
new MojoInterfaceInterceptor(device.mojom.VRService.name);
92+
new MojoInterfaceInterceptor(device.mojom.VRService.name, "context", true);
9393
this.interceptor_.oninterfacerequest = e =>
9494
this.bindingSet_.addBinding(this, e.handle);
9595
this.interceptor_.start();

0 commit comments

Comments
 (0)