// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "device/vr/test/fake_vr_service_client.h" namespace device { FakeVRServiceClient::FakeVRServiceClient( mojo::PendingReceiver<mojom::VRServiceClient> receiver) : … { … } FakeVRServiceClient::~FakeVRServiceClient() { … } void FakeVRServiceClient::SetLastDeviceId(mojom::XRDeviceId id) { … } bool FakeVRServiceClient::CheckDeviceId(mojom::XRDeviceId id) { … } } // namespace device