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()
13 : should_delete_instance_(false) {
16 DeviceDataManagerTestAPI::~DeviceDataManagerTestAPI() {
19 bool DeviceDataManagerTestAPI::CreateDeviceDataManagerInstance() {
23 void DeviceDataManagerTestAPI::
24 NotifyObserversTouchscreenDeviceConfigurationChanged() {
28 void DeviceDataManagerTestAPI::
29 NotifyObserversKeyboardDeviceConfigurationChanged() {
33 void DeviceDataManagerTestAPI::
34 NotifyObserversMouseDeviceConfigurationChanged() {
38 void DeviceDataManagerTestAPI::
39 NotifyObserversTouchpadDeviceConfigurationChanged() {
43 void DeviceDataManagerTestAPI::NotifyObserversDeviceListsComplete() {
47 void DeviceDataManagerTestAPI::OnDeviceListsComplete() {