Index: chrome/common/chrome_constants.cc |
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc |
index 33493e6998a5682b63c64ec238d76f7cccf926cf..be5819458e48c8db759a0090eb5aa81279ce7f2c 100644 |
--- a/chrome/common/chrome_constants.cc |
+++ b/chrome/common/chrome_constants.cc |
@@ -174,11 +174,7 @@ const char* const kUnknownLanguageCode = "und"; |
const int kJavascriptMessageExpectedDelay = 1000; |
-#ifdef TOUCH_UI |
-const bool kEnableTouchIcon = true; |
-#else |
const bool kEnableTouchIcon = false; |
-#endif |
#if defined(OS_LINUX) |
extern const int kLowestRendererOomScore = 300; |