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

Unified Diff: chrome/common/logging_chrome_uitest.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
Index: chrome/common/logging_chrome_uitest.cc
diff --git a/chrome/common/logging_chrome_uitest.cc b/chrome/common/logging_chrome_uitest.cc
index 868ac8600d5143502065a1b974ad99099db09483..79d5d4b5d0d0062d060c809ffaf4b65866477bf3 100644
--- a/chrome/common/logging_chrome_uitest.cc
+++ b/chrome/common/logging_chrome_uitest.cc
@@ -75,9 +75,9 @@ TEST_F(ChromeLoggingTest, EnvironmentLogFileName) {
#define EXPECTED_ASSERT_CRASHES 1
#endif
-// Touch build will start an extra renderer process (the extension process)
-// for the virtual keyboard.
-#if defined(TOUCH_UI)
+// Virtual keyboard build will start an extra renderer process (the extension
+// process) for the virtual keyboard.
+#if defined(USE_VIRTUAL_KEYBOARD)
#define EXPECTED_ASSERT_ERRORS 2
#else
#define EXPECTED_ASSERT_ERRORS 1

Powered by Google App Engine
This is Rietveld 408576698