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

Unified Diff: ash/test/virtual_keyboard_test_helper.h

Issue 2151603002: ash: Fix flaky TrayIME* tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « ash/common/system/ime/tray_ime_chromeos_unittest.cc ('k') | ash/test/virtual_keyboard_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/virtual_keyboard_test_helper.h
diff --git a/ash/test/virtual_keyboard_test_helper.h b/ash/test/virtual_keyboard_test_helper.h
deleted file mode 100644
index 92111edc882b900a6ccb00d7133413d8794c3e17..0000000000000000000000000000000000000000
--- a/ash/test/virtual_keyboard_test_helper.h
+++ /dev/null
@@ -1,21 +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.
-
-#ifndef ASH_TEST_VIRTUAL_KEYBOARD_TEST_HELPER_H_
-#define ASH_TEST_VIRTUAL_KEYBOARD_TEST_HELPER_H_
-
-namespace ash {
-namespace test {
-
-class VirtualKeyboardTestHelper {
- public:
- // Mocks the input device configuration so that the on-screen keyboard is
- // suppressed.
- static void SuppressKeyboard();
-};
-
-} // namespace test
-} // namespace ash
-
-#endif // ASH_TEST_VIRTUAL_KEYBOARD_TEST_HELPER_H_
« no previous file with comments | « ash/common/system/ime/tray_ime_chromeos_unittest.cc ('k') | ash/test/virtual_keyboard_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698