1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "device/hid/fake_input_service_linux.h"
12 FakeInputServiceLinux::FakeInputServiceLinux() {
15 FakeInputServiceLinux::~FakeInputServiceLinux() {
18 void FakeInputServiceLinux::AddDeviceForTesting(const InputDeviceInfo
& info
) {
22 void FakeInputServiceLinux::RemoveDeviceForTesting(const std::string
& id
) {
26 void FakeInputServiceLinux::ClearDeviceList() {