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

Unified Diff: chrome/browser/chromeos/input_method/input_method_descriptor_unittest.cc

Issue 10399046: Remove virtual keyboard support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final rebase Created 8 years, 7 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: chrome/browser/chromeos/input_method/input_method_descriptor_unittest.cc
diff --git a/chrome/browser/chromeos/input_method/input_method_descriptor_unittest.cc b/chrome/browser/chromeos/input_method/input_method_descriptor_unittest.cc
index 4c96b868eb4e997d2e3a0def6e8099b9c5124fb6..14f8b3e3a1ec2007d497260ead99dda7c5e88353 100644
--- a/chrome/browser/chromeos/input_method/input_method_descriptor_unittest.cc
+++ b/chrome/browser/chromeos/input_method/input_method_descriptor_unittest.cc
@@ -7,12 +7,6 @@
#include "chrome/browser/chromeos/input_method/input_method_whitelist.h"
#include "testing/gtest/include/gtest/gtest.h"
-#if defined(USE_VIRTUAL_KEYBOARD)
-// Since USE_VIRTUAL_KEYBOARD build only supports a few keyboard layouts, we
-// skip the test for now.
-#define TestCreateInputMethodDescriptor DISABLED_TestCreateInputMethodDescriptor
-#endif // USE_VIRTUAL_KEYBOARD
-
namespace chromeos {
namespace input_method {
@@ -63,8 +57,6 @@ TEST_F(InputMethodDescriptorTest, TestCreateInputMethodDescriptor) {
EXPECT_EQ(kFallbackLayout, GetDesc("not-supported").keyboard_layout());
EXPECT_EQ(kFallbackLayout, GetDesc(",").keyboard_layout());
EXPECT_EQ(kFallbackLayout, GetDesc("").keyboard_layout());
-
- // TODO(yusukes): Add tests for |virtual_keyboard_layout| member.
}
TEST_F(InputMethodDescriptorTest, TestOperatorEqual) {

Powered by Google App Engine
This is Rietveld 408576698