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 "ui/events/test/device_data_manager_test_api.h"
7 #include "base/logging.h"
12 DeviceDataManagerTestAPI::DeviceDataManagerTestAPI() {
15 DeviceDataManagerTestAPI::~DeviceDataManagerTestAPI() {
18 void DeviceDataManagerTestAPI::
19 NotifyObserversTouchscreenDeviceConfigurationChanged() {
23 void DeviceDataManagerTestAPI::
24 NotifyObserversKeyboardDeviceConfigurationChanged() {
28 void DeviceDataManagerTestAPI::
29 NotifyObserversMouseDeviceConfigurationChanged() {
33 void DeviceDataManagerTestAPI::
34 NotifyObserversTouchpadDeviceConfigurationChanged() {
38 void DeviceDataManagerTestAPI::NotifyObserversDeviceListsComplete() {
42 void DeviceDataManagerTestAPI::OnDeviceListsComplete() {