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

Unified Diff: chrome/browser/extensions/extension_input_ui_apitest.cc

Issue 9078005: Remove almost all remaining TOUCH_UIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 12 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 | « chrome/browser/extensions/extension_input_api.h ('k') | chrome/common/logging_chrome_uitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_input_ui_apitest.cc
diff --git a/chrome/browser/extensions/extension_input_ui_apitest.cc b/chrome/browser/extensions/extension_input_ui_apitest.cc
index 19e98f186cd4a2c6d5575b9d723da30d8e8ea577..b9699e3b65d4084b1ab1594f6a0eb1959aa28fba 100644
--- a/chrome/browser/extensions/extension_input_ui_apitest.cc
+++ b/chrome/browser/extensions/extension_input_ui_apitest.cc
@@ -8,8 +8,9 @@
IN_PROC_BROWSER_TEST_F(ExtensionApiTest, InputUI) {
CommandLine::ForCurrentProcess()->AppendSwitch(
switches::kEnableExperimentalExtensionApis);
-#if defined(OS_CHROMEOS) && defined(TOUCH_UI)
- ASSERT_TRUE(RunExtensionTest("input_ui/chromeos_touchui")) << message_;
+#if defined(OS_CHROMEOS) && defined(USE_VIRTUAL_KEYBOARD)
+ ASSERT_TRUE(RunExtensionTest("input_ui/chromeos_virtual_keyboard")) <<
+ message_;
sky 2012/01/04 17:27:05 nit: this should be indented 4 spaces.
#else
ASSERT_TRUE(RunExtensionTest("input_ui/other")) << message_;
#endif
« no previous file with comments | « chrome/browser/extensions/extension_input_api.h ('k') | chrome/common/logging_chrome_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698