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

Unified Diff: device/vr/test/fake_vr_device.h

Issue 2420743003: mojo VR interface simplified (Closed)
Patch Set: Address bajones@ comments and some clean up 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: device/vr/test/fake_vr_device.h
diff --git a/device/vr/test/fake_vr_device.h b/device/vr/test/fake_vr_device.h
index a72a1941003e99c282a9e9550955aef901166e95..09db293105149156d7b3498042e05d435df303c6 100644
--- a/device/vr/test/fake_vr_device.h
+++ b/device/vr/test/fake_vr_device.h
@@ -10,8 +10,8 @@
#include "device/vr/vr_device_provider.h"
namespace device {
-
-class FakeVRDevice : public VRDevice {
+// Temporary diable test
+/*class FakeVRDevice : public VRDevice {
public:
explicit FakeVRDevice(VRDeviceProvider* provider);
~FakeVRDevice() override;
@@ -32,7 +32,7 @@ class FakeVRDevice : public VRDevice {
VRPosePtr pose_;
DISALLOW_COPY_AND_ASSIGN(FakeVRDevice);
-};
+};*/
} // namespace device

Powered by Google App Engine
This is Rietveld 408576698