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

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

Issue 2537723002: Refine VRDevice Class (Closed)
Patch Set: Rebase Created 4 years 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 | device/vr/vr_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/test/fake_vr_device.cc
diff --git a/device/vr/test/fake_vr_device.cc b/device/vr/test/fake_vr_device.cc
index d3fbbfcaa37a2f3678d25d4f7e71810de48e406b..b828a5fe6098e02afe77cfdec0ad48f6109d6674 100644
--- a/device/vr/test/fake_vr_device.cc
+++ b/device/vr/test/fake_vr_device.cc
@@ -70,7 +70,6 @@ mojom::VRPosePtr FakeVRDevice::GetPose() {
void FakeVRDevice::ResetPose() {}
-// TODO(shaobo.yan@intel.com): Will implemenate for VRDeviceServiceImpl tests.
void FakeVRDevice::RequestPresent(const base::Callback<void(bool)>& callback) {
callback.Run(true);
}
« no previous file with comments | « no previous file | device/vr/vr_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698