Index: chrome/common/chrome_constants.cc |
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc |
index d6d610edc10e330b8c8389a55563816ecf82ded5..59e8194561c7e5186952eefa3f6c280401a4fc7a 100644 |
--- a/chrome/common/chrome_constants.cc |
+++ b/chrome/common/chrome_constants.cc |
@@ -133,7 +133,11 @@ const char* const kUnknownLanguageCode = "und"; |
const int kJavascriptMessageExpectedDelay = 1000; |
+#ifdef TOUCH_UI |
+const bool kEnableTouchIcon = true; |
+#else |
const bool kEnableTouchIcon = false; |
+#endif |
} // namespace chrome |