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

Unified Diff: device/vr/vr_service.mojom

Issue 2510993002: Notify VRDeviceProviders when there are pages listening for vrdisplayactivate (Closed)
Patch Set: Rebase Created 4 years, 1 month 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: device/vr/vr_service.mojom
diff --git a/device/vr/vr_service.mojom b/device/vr/vr_service.mojom
index dc904dfde36d630c41c4d320dce20af1c3e2e46e..e07ce6f89e79ad71dc725a87e9d58fe41ebf3bc4 100644
--- a/device/vr/vr_service.mojom
+++ b/device/vr/vr_service.mojom
@@ -75,6 +75,7 @@ interface VRService {
// TODO(shaobo.yan@intel.com) : Use a factory function which took a VRServiceClient
// so we would never have a half-initialized VRService.
SetClient(VRServiceClient client) => (uint32 numberOfConnectedDevices);
+ SetListeningForActivate(bool listening);
dcheng 2016/11/17 19:08:04 Please add a comment for the new interface method.
bajones 2016/11/17 19:23:28 Done
};
interface VRServiceClient {

Powered by Google App Engine
This is Rietveld 408576698