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

Unified Diff: services/ui/input_devices/input_device_unittests.cc

Issue 2805793002: ozone: evdev: Add gamepad support (Closed)
Patch Set: Created 3 years, 8 months 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
Index: services/ui/input_devices/input_device_unittests.cc
diff --git a/services/ui/input_devices/input_device_unittests.cc b/services/ui/input_devices/input_device_unittests.cc
index c11c2337c59094ce2f5bdee71d60d7e5301e99b2..6be514d1e354cbbb01cca2c66442eb01bb00abe8 100644
--- a/services/ui/input_devices/input_device_unittests.cc
+++ b/services/ui/input_devices/input_device_unittests.cc
@@ -123,6 +123,7 @@ TEST_F(InputDeviceTest, AddDevices) {
EXPECT_EQ(0u, client.GetKeyboardDevices().size());
EXPECT_EQ(0u, client.GetMouseDevices().size());
EXPECT_EQ(0u, client.GetTouchpadDevices().size());
+ EXPECT_EQ(0u, client.GetGamepadDevices().size());
}
TEST_F(InputDeviceTest, AddDeviceAfterComplete) {

Powered by Google App Engine
This is Rietveld 408576698