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

Unified Diff: ui/ozone/platform/test/input_controller_test.cc

Issue 802813002: ozone: Move InputControllerTest to a common place (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: scoper & remove useless unused annotations Created 6 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 | « ui/ozone/platform/caca/ozone_platform_caca.cc ('k') | ui/ozone/platform/test/ozone_platform_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/test/input_controller_test.cc
diff --git a/ui/ozone/platform/test/input_controller_test.cc b/ui/ozone/platform/test/input_controller_test.cc
deleted file mode 100644
index 9346b7dcb80d1377cb0fa2d73b6c9e04fbbb0782..0000000000000000000000000000000000000000
--- a/ui/ozone/platform/test/input_controller_test.cc
+++ /dev/null
@@ -1,53 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "ui/ozone/platform/test/input_controller_test.h"
-
-#include "base/compiler_specific.h"
-
-namespace ui {
-
-InputControllerTest::InputControllerTest() {
-}
-
-InputControllerTest::~InputControllerTest() {
-}
-
-bool InputControllerTest::HasMouse() {
- return false;
-}
-
-bool InputControllerTest::HasTouchpad() {
- return false;
-}
-
-void InputControllerTest::SetTouchpadSensitivity(int value) {
- ALLOW_UNUSED_LOCAL(value);
-}
-
-void InputControllerTest::SetTapToClick(bool enabled) {
- ALLOW_UNUSED_LOCAL(enabled);
-}
-
-void InputControllerTest::SetThreeFingerClick(bool enabled) {
- ALLOW_UNUSED_LOCAL(enabled);
-}
-
-void InputControllerTest::SetTapDragging(bool enabled) {
- ALLOW_UNUSED_LOCAL(enabled);
-}
-
-void InputControllerTest::SetNaturalScroll(bool enabled) {
- ALLOW_UNUSED_LOCAL(enabled);
-}
-
-void InputControllerTest::SetMouseSensitivity(int value) {
- ALLOW_UNUSED_LOCAL(value);
-}
-
-void InputControllerTest::SetPrimaryButtonRight(bool right) {
- ALLOW_UNUSED_LOCAL(right);
-}
-
-} // namespace ui
« no previous file with comments | « ui/ozone/platform/caca/ozone_platform_caca.cc ('k') | ui/ozone/platform/test/ozone_platform_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698