Index: chrome/common/chrome_constants.cc |
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc |
index 2a9007297a3ed80629702d689de1cd31d2059143..748c45324dcafe23864c8cc50773ec33d883bdd3 100644 |
--- a/chrome/common/chrome_constants.cc |
+++ b/chrome/common/chrome_constants.cc |
@@ -131,7 +131,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 |