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

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: another clean rebase Created 8 years, 11 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..aa8b93762a75ab2077d29b6a2e871ba99e7fe84b 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_;
#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